PDA

View Full Version : ISPconfig: mysql error after installation


ewonde
9th April 2007, 22:43
Hi,

after following succesful the "Perfect Setup Debian Sarge 3.1" i tried to install ISPConfig. After the second time all worked out. But when logging in into ISPConfig, i get the following error (after! the loginscreen):

Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in /home/admispconfig/ispconfig/lib/classes/ispconfig_db_mysql.lib.php on line 77

What to do???? I think it is something quit simple, but don't have the knowledge to figure out what...

Thanks in advance, feedback is much appreciated, Erwin

till
10th April 2007, 00:02
Which mysql version do you have installed?

ewonde
10th April 2007, 01:31
5.0.34
Find out that i ran the 4.x version of mysql client. After reinstalling mysql and mysql-client with libmysqlclient15-dev, restarting mysql and reinstalling ISPConfig everything worked out fine. For some reason this procedure first didn't worked, phpinfo kept giving back version 4.x for mysql-client, even when mysql-client was updated to 5.0.34 It seems that you have to reinstall mysql-server as well..?

Shortly, everything is up and running :-D Thanks for your interest and help!