MySQL Forums
Forum List  »  Newbie

Connection Problems - User Administration
Posted by: Andreas Oelsner
Date: July 12, 2005 01:46AM

Hello to everyone,

I know this will probably be an easy item to be solved but I'm new to MySQL and so I need your because I don't know what to do and I didn't find a clue in the Manual. I have installed MySQL 4.1 and an Apache Web Server.

With the Administrator I have created three accounts: anonymous, root and one custom user. Now the problem is, if I try to connect to the DB via PHP it only works with the anonymous. With "root" and the other user I always get a warning:

"Client does not support authentication protocol requested by server, consider upgrading MySQL client in <file> on line <number>"

Maybe even the command itsself is wrong?!
I used "mysql_connect('localhost','user','pass');"

Thanks for your help!

Andy

Options: ReplyQuote


Subject
Written By
Posted
Connection Problems - User Administration
July 12, 2005 01:46AM


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.