Search found 6 matches

by Chaandgus
Thu Jun 01, 2023 4:46 am
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 294371

Re: Connecting to MariaDB

Hello Steven, forgive me for re-digging the subject but I need skills that are yours...if you accept the challenge.

I had to reinstall PHPMyAdmin and MariaDB.

I have created my database and my user. I can connect to it using SSH
mysql -u user -p database

However, I get a blank page when I use ...
by Chaandgus
Wed Sep 15, 2021 2:25 pm
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 294371

Re: Connecting to MariaDB

You are great ! It works !! Thanks a lot :D
by Chaandgus
Tue Sep 07, 2021 5:54 am
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 294371

Re: Connecting to MariaDB

You are great :) !

Fist if I detele "private" before that :


private $host = 'localhost'; //nom de l'host
private $name= 'database'; //nom de la base de données
private $user = 'root'; //utilisateur
private $pass = 'password';


With the code below I successfully be connected :

<html>
<head ...
by Chaandgus
Mon Sep 06, 2021 3:58 pm
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 294371

Re: Connecting to MariaDB

Hie Steve ! Many thanks for the links... I'll look for a solution with that !
The first links doesn't works, if you can send it again it should be really fair.
Best regards,
Augustin
by Chaandgus
Mon Aug 30, 2021 3:51 pm
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 294371

Re: Connecting to MariaDB

Many thanks to have took time for me...furthermore my english sould'nt be nice :D
Yes my user have All privileges ans password are the same ;o)

@ the moment, the connexion looks to the database looks to works with the try.php :
<?php
$serveur = '127.0.0.1:3307'; //par exemple 127.0.0.1 ou 127.0 ...
by Chaandgus
Mon Aug 30, 2021 4:23 am
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 294371

Re: Connecting to MariaDB

Hello :) !!

Thanks for your really nice explainations svp !! I am on Maria DB 10 on a NAS but can't access the database 👍).

My MAriaDB database :
**User:** root
**PAssowrd :** 1234*
2021-08-30_09h44_28.png


On PHPMyAdmin (wich I reach on **IPofmyNAS/phpMyAdmin/**
- Connexion PHPMyAdmin ...