database problems

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Tekhawk
Posts: 2
Joined: 16 Feb 2005, 21:05

database problems

Post by Tekhawk »

APPLICATION ERROR #400
Database connection failed. Error received from database was #1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

i just downloaded and installed the newest windows version of MySQL so the error is not helping me does anyone have other ideaas on how to fix this
agnel.kurian
Posts: 2
Joined: 05 Apr 2005, 04:09

the problem is with mysql, not mantis

Post by agnel.kurian »

Try this:
http://dev.mysql.com/doc/mysql/en/old-client.html

The MySQL fellas have made changes to how they hash their passwords. So, the driver used by mantis no longer works with the latest MySQL installation.

Somebody help.
buzcarter

Post by buzcarter »

actually you don't need to upgrade, just tell it to use the old password encryption like this:

SET PASSWORD FOR
'mantis_usr'@'localhost' = OLD_PASSWORD('qweasd');
Christophe_fr

same problem with mysql database

Post by Christophe_fr »

Where Do I put these ligne
in which files?
I have the same prob for connecting mysql to mantis
agnel.kurian
Posts: 2
Joined: 05 Apr 2005, 04:09

Re: database problems

Post by agnel.kurian »

You type those lines at the MySQL command prompt. Hope I answered in time. :)
Post Reply