Connection not working on server
Moderator: General Moderators
- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am
Connection not working on server
Hi,
My php connection string works on every server except our latest one.
It is running mysql 4.1
Here is the error I get on the site;
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in F:\kp\db.php on line 2
Problem connecting
I dont know how to fix this.
Please help
My php connection string works on every server except our latest one.
It is running mysql 4.1
Here is the error I get on the site;
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in F:\kp\db.php on line 2
Problem connecting
I dont know how to fix this.
Please help
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
.............................
http://www.google.com/search?hs=4Uh&hl= ... tnG=Search
or you could just google your error message...check out the VERY first LINK.
edit: and this is practically the same problem you posted a few threads back..you change the page name and line number :-/
http://www.google.com/search?hs=4Uh&hl= ... tnG=Search
or you could just google your error message...check out the VERY first LINK.
edit: and this is practically the same problem you posted a few threads back..you change the page name and line number :-/
- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am
- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am
discussed this on several occasions we have...try searching the forums you should:
hint:
hint:
Code: Select all
set password for user@host = old_password('password');- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am
- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am
no no no....log into the CLI of mysql then type this you must:
type it exactly (replacing your username and password) you must.
Code: Select all
set password for admin@localhost = old_password('password');- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am
- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am
- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am