Hi all, I'm trying to see the serweb logging screen but I get the following error:
 
Warning: Client does not support authentication protocol requested by server; consider upgrading MySQL client in /var/www/html/serweb/serweb_2004-07-27/phplib/db_mysql.inc on line 73
Database error: pconnect(localhost, ser, $Password) failed.
MySQL Error: ()
Session halted.
 
My Mysql version is 4.1.9.
 
My /etc/hosts:
127.0.0.1               pclabo localhost.localdomain localhost
172.25.97.19            sipproxy.plczar.endesa.es       sipproxy
 
In ser_mysql.sh, db_mysql.inc and config.php:
DBNAME ser
DBHOST localhost
USER ser
PW heslo
 
I can connect to the database in either of these ways:
> mysql -u ser -p
Enter password: heslo
 
or
 
>mysql -h 172.25.97.19 -u ser -p
Enter password: heslo
 
From another machine I can also connect to the DB with the Mysql Query Browser:
Server Host: 172.25.97.19
Username: ser
Password: heslo
 
What's the problem? Any ideas?
Thank you
Llanos