Frage

Does that (using password: YES) means password is not matching ?

I am getting this error even I , as root user, has granted privileges to all the databases to the user !

GRANT ALL PRIVILEGES ON *.* TO 'prashant'@'localhost' IDENTIFIED BY PASSWORD 'some_secure_password' WITH GRANT OPTION

Also, phpmyadmin shows GRANT = NO in the privileges table for the specified user.

I would like to add that there are several databases, some of them, I am able to connect , but some of them fails. Also, I have not added any table specific privilege to the user !

UPDATE

I tried to access those databases with root user n password , still getting the same error :(

Where am I going wrong ?

War es hilfreich?

Lösung

You're almost certainly giving the wrong password.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top