Hi, I am desperately hoping someone could maybe help with a problem. I have a client who's website will not load due to the hosting server being upgraded to MySQL5.1.
Error message is....
DB Error: connect faileddb_error Object
(
[error_message_prefix] =>
[error_prepend] =>
[error_append] =>
[mode] => 16
[level] => 1024
[code] => -24
[message] => DB Error: connect failed
[debuginfo] =>
[userinfo] => [nativecode=Client does not support authentication protocol requested by server; consider upgrading MySQL client]
[callback] => errhndl
)
Technical support have advised
Quote:
The server your client is hosted on was recently upgraded to MySQL 5.1. This version removes support for some old authentication methods.
My expectation is that your client will need to either upgrade the MySQL application he is using, or configure the existing version to use an alternate method to connect to the MySQL database.
|
Does anyone know if there is a way round this problem. I have tried to be brief so I hope it all makes sense. Also I should say I am a total novice when it comes to coding etc.
Many thanks
Jim