The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Upgrade problems
Hi there, i've updated to mysql 5
Does someone knows what this error means? Code:
Database error in vBulletin : mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Client does not support authentication protocol requested by server; consider upgrading MySQL client --------------\htdocs\includes\class_core.php on line 271 (the .frm & myd things ) Does someone know how to fix this without reinstalling mysql 4 ? Thnx in advance! Edit: I'm getting the same error when i import the data as .sql |
#2
|
||||
|
||||
The MySQL team changed the password hashing algorithm when they went to 4.1. When I got it, I had to run the following command as root directly against the database:
[sql]SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('mypass');[/sql] More information here: http://dev.mysql.com/doc/refman/5.0/...d-hashing.html |
#3
|
||||
|
||||
You can also add
old-passwords = 1 to your mysql config file. |
#4
|
||||
|
||||
thanks guys! It does the trick!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|