Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problem with installing Vanilla - MySQL problem
Hello. First - sorry for my english, it is not my native language. OK, go on.
I have installed Vanilla 1.0.1 for testing on the Windows 2003 PC with MySQL 3.23.58, PHP 4.4.4, IIS 6.0 - and everything went ok.
But, that PC is a firewall, with a MS ISA Server 2004, so I decided to move it to another PC - with MySQL 5.0.24a, PHP 4.4.4 and IIS 5.0 (Windows XP Professional).
When i trying to install Vannilla, I getting this error:
We couldn't connect to the server you provided (localhost). The database responded with the following message: Client does not support authentication protocol requested by server; consider upgrading MySQL client
After uninstalling MySQL 5.0.24a and installing 4.1.21 noting was changed. I have no idea, what to do with this error.
There is an existing database, required by Vanilla, and user, who has enough privileges, so I think, problem is with something different. Can anybody help me?
0
This discussion has been closed.
Comments
Reset the password to pre-4.1 style for each user that needs to use a pre-4.1 client program. This can be done using the SET PASSWORD statement and the OLD_PASSWORD() function: mysql> SET PASSWORD FOR -> some_user@some_host = OLD_PASSWORD('newpwd');