SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
Thread: Problem with creating users
-
Dec 7, 2004, 15:07 #1
- Join Date
- Dec 2004
- Location
- Cincinnatus
- Posts
- 1
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Problem with creating users
Hello
...
I am new to this forum just to let everyone know. But anyways, I am having a problem with creating users. I know how to create them just fine and all, but when I try to use that user to connect to localhost and to work on that user instead of root, I get an error saying:
“Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:\wamp\www\somospublic\_functions\fns_navigation.php on line 25
Error: Could not connect to database. Please try again.”
I don't understand what exactly is going on, this is the way I have it coded when the user is connecting to the database:
$conn = mysql_connect('localhost', 'webuser' , 'cita420');
I have tried everything, editing privileges, specifying privileges to the database, nothing has worked. If anyone can figure out why it is doing this, please let me know ASAP. Thanks!
Lynne
Bookmarks