Bonjour,
Je configure mon serveur fedora 38 avec Apache et mariaDB,
MariaDB fonction je peux faire un acces via une VT, voici le resultat :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 [root@localhost phipo]# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 3 Server version: 10.5.22-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> use db_orion; Database changed MariaDB [db_orion]>
Il faut que je paramètre a default password 'YES'.
Depuis que j'ai installé phpmyadmin je n'arrive pas a me connecter à ma base de donnée.
BeekeeperDB Studio n'arrive pas ce connecter.
comment activer l'authentification dans Maria DB ?
Partager