MySQL Forums
Forum List  »  Install & Repo

Re: "mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client"
Posted by: tezandbabs
Date: January 20, 2005 09:00PM

I have the same problem, "mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client", I tried adding 'old_passwords' to the [client] section of my.ini file, but still the same error, I even tried these procedures at a command prompt:-

1.........net stop mysql
2.........mysqld --old-passwords
3.........net start mysql

then restarted the sambar server, but guess what, still the same error, I have come to the conclusion that there is only one way the I can use a database, and that is to have no passwords on any accounts, databases with no passwords do work, that's how I'm going to use it.

Mysql 3.0.14 was alot better, now I can't find version 3.0.14 to replace the new version.

It's my opinion that the creators of the new version paid no attention to making it downward compatible with previous versions, thus allowing earlier version clients (from php files) to access a passworded database with no errors.

Options: ReplyQuote


Subject
Written By
Posted
December 31, 2005 12:02AM
December 31, 2005 02:28AM
March 29, 2006 03:12AM
March 24, 2007 02:58PM
January 03, 2006 07:48AM
March 16, 2006 10:03AM
November 02, 2005 07:38AM
January 16, 2006 03:46PM
July 24, 2006 07:40AM
March 28, 2006 11:18PM
August 23, 2006 01:21PM
Re: "mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client"
January 20, 2005 09:00PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.