Written by: Wen-Fong Ke
Category: Articles
Hits: 13038

A Site Temporarily Unavailable Error 2 indicates that Joomla is having some problem with the database.  If it happens with a change (updating) of mysql, it could be that the password is in trouble.  In my case, I could still use mysql-front end to connect to the database, but not with phpBB and Joomla.  Here is how you can solve this type of problem...

At lease phpBB indicated that "Client does not support authentication protocol requested by server, consider upgrading MySQL client" while Joomla didn't say what's wrong and kept me guessing.

The following is taken from MySQL 5.0 Reference Manual.


MySQL 5.0 uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older (pre-4.1) clients. If you upgrade the server from 4.0, attempts to connect to it with an older client may fail with the following message:

shell> mysql
Client does not support authentication protocol requested by server; consider upgrading MySQL client

To solve this problem, you should use one of the following approaches: