Posted: Wed Mar 15, 2006 10:07 pm
Only DB admin can help me...and other user that will have this problem
here is another solution - http://www.webhostingtalk.com/showthread.php?p=3663216
and/or
here is another solution - http://www.webhostingtalk.com/showthread.php?p=3663216
Code: Select all
The problem you are receiving is because it seems you have upgraded your mysql and as the error states "Client does not support authentication protocol requested by server" your mysql version is not supporting old authentication methods.
To fix this simply edit the /etc/my.cnf and add the following variable :
old-passwords
Also confirm that the following has been enabled in whm -> tweak settings -> Use old style (4.0) passwords with mySQL 4.1 (required if you have problems with php apps authenticating)
Then restart mysql followed by eximstats :
/scripts/restartsrv_mysql
/scripts/restartsrv_eximstats
This should fix the problem.
Code: Select all
If you're upgrading from mysql 4.0 to mysql 4.1, and you encounter this error when attempting to use any script that makes use of DBD::MySQL, run the following:
/scripts/realperlinstaller --force DBD::mysql
everything will work perfectly after that.