View previous topic :: View next topic |
Author |
Message |
Debated -
Joined: 12 Dec 2005 Posts: 32
|
Posted: Thu Jan 12, 2006 7:46 am Post subject: What dose this mean ? |
|
|
Error
MySQL said:
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
I am using the Latest Version of Mysql ;l what have i done wrong |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Thu Jan 12, 2006 1:10 pm Post subject: |
|
|
It means that the mysql client does not support authentication protocol requested by server; and that you should consider upgrading the MySQL client.
Have you ever tried reading the fairly descriptive error message that you are actually pasting? This is a common error. A quick search of the forum would have answered your question. _________________
"Invent an idiot proof webserver and they'll invent a better idiot..." |
|
Back to top |
|
 |
Debated -
Joined: 12 Dec 2005 Posts: 32
|
Posted: Thu Jan 12, 2006 1:12 pm Post subject: |
|
|
Im using the latest version of myqsl and i got it to work with php 5.11 |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jan 13, 2006 6:12 am Post subject: |
|
|
Debated,
The problem is that only PHP4 works with MySQL 4.0.x. Now when you
decide to upgrade from PHP4, you can start using the newer MySQL.
I see that you've already advanced to PHP5. Good choice!
Sincerely, TRUSTpunk |
|
Back to top |
|
 |
|