Re: Communication failure during handshake. Is there a server running on localhost:3306?
Posted by: freedom pelone
Date: May 18, 2006 01:41AM

Brian Mitchell wrote:
> 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');

Brian, thanx! you're such a blessing!! thank you... =D

Options: ReplyQuote


Subject
Written By
Posted
Re: Communication failure during handshake. Is there a server running on localhost:3306?
May 18, 2006 01:41AM


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.