<html><div style='background-color:'><P class=RTE>Hi, thanks for your help. I did what you said but I get an error:<BR><BR></P>
<DIV class=RTE>[root@pclabo mysql]# mysql<BR>Welcome to the MySQL monitor.&nbsp; Commands end with ; or \g.<BR>Your MySQL connection id is 1119 to server version: 4.1.9-standard</DIV>
<DIV class=RTE>Type 'help;' or '\h' for help. Type '\c' to clear the buffer.</DIV>
<DIV class=RTE>mysql&gt; USE mysql;<BR>Reading table information for completion of table and column names<BR>You can turn off this feature to get a quicker startup with -A</DIV>
<DIV class=RTE>Database changed<BR>mysql&gt; delete from user where user='ser';<BR>Query OK, 2 rows affected (0.11 sec)</DIV>
<DIV class=RTE>mysql&gt; INSERT INTO user VALUES('%','ser',PASSWORD('helso'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');<BR>ERROR 1136 (21S01): Column count doesn't match value count at row 1<BR>mysql&gt; INSERT INTO user VALUES('%','ser',PASSWORD('heslo'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');<BR>ERROR 1136 (21S01): Column count doesn't match value count at row 1<BR>mysql&gt; INSERT INTO user VALUES('localhost','ser',PASSWORD('heslo'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y'); <BR>ERROR 1136 (21S01): Column count doesn't match value count at row 1<BR>mysql&gt; <BR><BR>I don't understand this error!! Please help,</DIV>
<DIV class=RTE>Llanos<BR><BR>&gt;hi,<BR>&gt;it seems the password or user profile problem<BR>&gt;<BR>&gt;do this<BR>&gt;<BR>&gt;<BR>&gt;USE mysql;<BR>&gt;<BR>&gt;delete from user where user='ser';<BR>&gt;<BR>&gt;( It will delete 2 records)<BR>&gt;<BR>&gt;Then insert agin ...............<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;INSERT INTO user VALUES('%','ser',PASSWORD('helso'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');<BR>&gt;<BR>&gt;INSERT INTO user VALUES('localhost','ser',PASSWORD('helso'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;FLUSH PRIVILEGES;<BR>&gt;<BR>&gt;<BR>&gt;Llanos Serna García-Conde &lt;llanosserna@hotmail.com&gt; wrote:<BR>&gt;Hi all, I'm trying to see the serweb logging screen but I get the following error:<BR>&gt;<BR>&gt;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<BR>&gt;Database error: pconnect(localhost, ser, $Password) failed.<BR>&gt;MySQL Error: ()<BR>&gt;Session halted.<BR>&gt;<BR>&gt;My Mysql version is 4.1.9.<BR>&gt;<BR>&gt;My /etc/hosts:<BR>&gt;127.0.0.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pclabo localhost.localdomain localhost<BR>&gt;172.25.97.19&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sipproxy.plczar.endesa.es&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sipproxy<BR>&gt;<BR>&gt;In ser_mysql.sh, db_mysql.inc and config.php:<BR>&gt;DBNAME ser<BR>&gt;DBHOST localhost<BR>&gt;USER ser<BR>&gt;PW heslo<BR>&gt;<BR>&gt;I can connect to the database in either of these ways:<BR>&gt; &gt; mysql -u ser -p<BR>&gt;Enter password: heslo<BR>&gt;<BR>&gt;or<BR>&gt;<BR>&gt; &gt;mysql -h 172.25.97.19 -u 
ser -p<BR>&gt;Enter password: heslo<BR>&gt;<BR>&gt;From another machine I can also connect to the DB with the Mysql Query Browser:<BR>&gt;Server Host: 172.25.97.19<BR>&gt;Username: ser<BR>&gt;Password: heslo<BR>&gt;<BR>&gt;What's the problem? Any ideas?<BR>&gt;Thank you<BR>&gt;Llanos<BR>&gt;<BR>&gt;_______________________________________________<BR>&gt;Serusers mailing list<BR>&gt;serusers@lists.iptel.org<BR>&gt;http://lists.iptel.org/mailman/listinfo/serusers<BR>&gt;<BR>&gt;<BR>&gt;---------------------------------<BR>&gt;Yahoo! Mail Mobile<BR>&gt;&nbsp;&nbsp;Take Yahoo! Mail with you! Check email on your mobile phone.<BR></DIV></div></html>