MySQL Forums
Forum List  »  Newbie

PLEASE...Help with PHP and MySQL in OS X 10.4 - Tiger
Posted by: awestruckcreative
Date: June 23, 2005 09:34AM

After upgrading to Tiger, I am having touble with my MySQL database. I have done research on this problem, and found several answers, but I cannot seem to implement them correctly.


I get the following error.

""Client does not support authentication protocol requested by server; consider upgrading MySQL client"



After researching this problem, I understand why this is happening. I have found this fix that seems to work for pretty much everyone (except me of course).

"mysql> SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');"



I am not very famaliar with using the Terminal at all. So, I can't get this command to work correctly.

Can some one please show me how to implement this fix from sratch. (Even how to get to the 'mysql>' prompt for that command.)

I appreciate all of you help!

Thanks!
mark

Options: ReplyQuote


Subject
Written By
Posted
PLEASE...Help with PHP and MySQL in OS X 10.4 - Tiger
June 23, 2005 09:34AM


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.