Client does not support authentication protocol requested
Posted: Tue Feb 01, 2005 8:38 am
				
				If the web browser reports the following,
Client does not support authentication protocol requested
by server; consider upgrading MySQL client
It means the server is using a newer authentication method than the client. To resolve you need to tell the server to use old passwords.
See the following for chapter & verse,
http://dev.mysql.com/doc/mysql/en/old-client.html
			Client does not support authentication protocol requested
by server; consider upgrading MySQL client
It means the server is using a newer authentication method than the client. To resolve you need to tell the server to use old passwords.
See the following for chapter & verse,
http://dev.mysql.com/doc/mysql/en/old-client.html