bonjour,
j'essaye de créer un user avec mariadb en ligne de commande et voici le résultat : mysql -u phpmyadmin -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 868 Server version: 10.0.25-MariaDB-1 Debian buildd-unstable Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> CREATE USER 'louche'@'localhost' IDENTIFIED BY 'jean-michel'; ERROR 1227 (42000): Access denied; you need (at least one of) the CREATE USER privilege(s) for this operation comment sortir de l'impasse ? slt bernard

