Re: Communication failure during handshake. Is there a server running on localhost:3306?
Posted by: Y Y
Date: May 17, 2007 07:11PM

Quote:
"I followed previous posts for the solution:

basicly from the mysql prompt

mysql> update user set Password=old_password("your-pass") where User="root" and Host="localhost";

then exit mysql

use mysqladmin to reload the grant tables as follows

# mysqladmin -u root reload -p

then all worked just as normal. "

Hi,

I'm a newbie in using mysql. May I know how and where to use msqladmin -u root reload -p ? Thanks in advance.

Options: ReplyQuote


Subject
Written By
Posted
Re: Communication failure during handshake. Is there a server running on localhost:3306?
Y Y
May 17, 2007 07:11PM


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.