Re: Communication failure during handshake. Is there a server running on localhost:3306?
Posted by: Brian Mitchell
Date: March 21, 2006 06:32PM

Thanks, Alois! It solved my problem.

To clarify the procedure for other newbies out there, type the following statement at your mysql command line client, *exactly* as is, except substitute user for the username in question, host for the servername (for me it was localhost), and current_password for the password you use to login to the database. You should leave all the single quotes in the statement.

SET PASSWORD FOR 'user'@'host' = OLD_PASSWORD('current_password');

Options: ReplyQuote


Subject
Written By
Posted
Re: Communication failure during handshake. Is there a server running on localhost:3306?
March 21, 2006 06:32PM


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.