- Modifié
Salut,
Je suis ce tuto pour créer un super utilisateur pour MariaDB et éviter l’utilisation d’un compte root : https://devanswers.co/phpmyadmin-access-denied-for-user-root-localhost/
J’ai ça comment retour de commande :
Je suis ce tuto pour créer un super utilisateur pour MariaDB et éviter l’utilisation d’un compte root : https://devanswers.co/phpmyadmin-access-denied-for-user-root-localhost/
J’ai ça comment retour de commande :
MariaDB [(none)]> CREATE USER 'pmauser'@'localhost' IDENTIFIED WITH mysql_native_password BY 'monmotdepasse';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BY 'monmotdepasse'' at line 1
Où est l’erreur ? Merci.