MySQL Forums
Forum List  »  Newbie

Re: mySQL-PHP connection
Posted by: Kevin Erdner
Date: July 28, 2005 12:52PM

There was a change in the authentication protocol used in MySql 3 and 4. You need to set the database to use the old password protocol, and change the current passwords old_password('<password>'). The following page should help you out.

http://dev.mysql.com/doc/mysql/en/old-client.html

Options: ReplyQuote


Subject
Written By
Posted
July 19, 2005 08:22AM
Re: mySQL-PHP connection
July 28, 2005 12:52PM


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.