does not support authentication
Moderator: General Moderators
does not support authentication
hi
i'm install mysql 4 on win 2003 server
i can't connect to mysql with php script
but i can connect with mysql prommpt.
i'm sure the password is currect.
i checked my open port on server
the 3306 port is open.
i get htis error when irun the script
"Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in "
please, help me
thanks
i'm install mysql 4 on win 2003 server
i can't connect to mysql with php script
but i can connect with mysql prommpt.
i'm sure the password is currect.
i checked my open port on server
the 3306 port is open.
i get htis error when irun the script
"Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in "
please, help me
thanks
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
MySQL goes right back to PHP3.
If the extension is not listed in php.ini.
Download it and put it in the php extension directory.
Then add a
Not sure if that's the actual problem though. I've had that error message in my setup before. It was just on one particular account - one I created with phpMyAdmin. I deleted the account and set it up manually from the command line and it worked after that.
If the extension is not listed in php.ini.
Download it and put it in the php extension directory.
Then add a
To the list of extensions in php.ini.extension=php_mysqli.dll
Not sure if that's the actual problem though. I've had that error message in my setup before. It was just on one particular account - one I created with phpMyAdmin. I deleted the account and set it up manually from the command line and it worked after that.
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA