Could not connect to the specified authentication database...

Re: Could not connect to the specified authentication database...

by Ângelo Rigo -
Number of replies: 0
Hi Zahra
Just make sure to grant all rights to yout new user

mysql> GRANT ALL PRIVILEGES ON *.* TO whatevernametheuserhas@localhost
IDENTIFIED BY 'alguma_senha' WITH GRANT OPTION;


Cheers