Hi Anthony!

I am not able to reproduce this.
>   - connect as root and create a database and a user :
>     create database testbug;
>     grant all privileges on testbug.* to 'testbug'@'127.0.0.1'
>     identified by 's3cr3t';
>   - try to connect with those credentials :
>     mariadb -h 127.0.0.1 -u testbug -p testbug

This last command does not correspond to the previous user creation
command, I am wondering if this is not a password problem (you should
use something like '-ps3cr3t').

Cheers!

--
Faustin

Attachment: signature.asc
Description: PGP signature

Reply via email to