MySQL Forums
Forum List  »  MySQL Administrator

Re: Error: MySQL error Number 2003(10065)
Posted by: claudio calderon
Date: May 19, 2009 09:35AM

Hi,

I had the same problem and i solve it using this sentences:

mysql> use mysql;
mysql> GRANT ALL PRIVILEGES ON <DB_NAME>.* TO '<DB_USER>'@'<CLIENT_HOST>' IDENTIFIED BY '<DB_PASS>';
mysql> FLUSH PRIVILEGES;

But now that i have the same problem in other site it doesn't work..

i hope it works for you.

Options: ReplyQuote


Subject
Written By
Posted
Re: Error: MySQL error Number 2003(10065)
May 19, 2009 09:35AM


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.