Have you really updated the passwords for ser user??<br><pre class="programlisting">mysql&gt; <strong class="userinput"><code>UPDATE mysql.user SET Password = OLD_PASSWORD(&#39;<em class="replaceable"><code>newpwd</code></em>
&#39;)</code></strong><br>    -&gt; <strong class="userinput"><code>WHERE Host = &#39;<em class="replaceable"><code>some_host</code></em>&#39; AND User = &#39;<em class="replaceable"><code>some_user</code></em>&#39;;</code>
</strong><br>mysql&gt; <strong class="userinput"><code>FLUSH PRIVILEGES;</code></strong></pre><br>I faced this problem and I solved it using OLD_PASSWORD....<br><br>samuel.<br><div><span class="gmail_quote">2007/6/13, flavio &lt;
<a href="mailto:flavio.patria@gmail.com">flavio.patria@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi to All,<br>
I&#39;ve successfull installed ser with mysql support on my RedHat Server.<br>When I try to start ser I&#39;ve the follow error message:<br><br>0(0) new_connection(): Client does not support authentication protocol<br>requested by server; consider upgrading MySQL client*
<br><br>I have follow the suggestion posted in the list, as:<br><br>&gt; *root at ubuntu:/usr/local/sbin #&nbsp;&nbsp;0(0) new_connection(): Client does not<br>&gt; support authentication protocol requested by server; consider upgrading
<br>&gt; MySQL client*<br>&gt;<br><br><a href="http://dev.mysql.com/doc/refman/5.0/en/old-client.html">http://dev.mysql.com/doc/refman/5.0/en/old-client.html</a><br><br>But error remains. Any suggestions about??<br><br>ps Yes, on my slackware test pc, following that no problems was found!!
<br><br><br>-<br>********************************<br>* (o&lt;&nbsp;&nbsp;&nbsp;&nbsp; ing. Patria Flavio<br>* //\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;phone 0823451358<br>* V_/_&nbsp;&nbsp;mobile 3407873357<br>*<br>********************************<br>_______________________________________________
<br>Serusers mailing list<br><a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a><br><a href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a><br></blockquote>
</div><br>