MySQL Forums
Forum List  »  MySQL Administrator

Re: access denied for user 'user'@'localhost' using password yes
Posted by: Paul Svirin
Date: August 17, 2009 02:56PM

Well, after you execute GRANT command always run the following:

FLUSH PRIVILEGES;

This will make the MySQL re-read the priviledges from disk. If you do not run this command you will have to restart (or ask for restart or wait for restart) the server.

Hope that helps.

--------------------------
StarWind Software developer

Options: ReplyQuote


Subject
Written By
Posted
Re: access denied for user 'user'@'localhost' using password yes
August 17, 2009 02:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.