Re: Communication failure during handshake. Is there a server running on localhost:3306?
Posted by: Gearoid Coughlan
Date: April 28, 2006 12:38PM

Hi,

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.

regards
gearoid

Options: ReplyQuote


Subject
Written By
Posted
Re: Communication failure during handshake. Is there a server running on localhost:3306?
April 28, 2006 12:38PM


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.