If upgrading is not an option for whatever reason, add the following to the [mysqld] section of my.cnf and then restart mysql:<br><br>old_passwords=1<br><br>Then, for the Mysql user you are connecting with, change the password to use the old encryption scheme:
<br><pre class="programlisting">SET PASSWORD FOR &#39;<em class="replaceable"><code>some_user</code></em>&#39;@&#39;<em class="replaceable"><code>some_host</code></em>&#39; = OLD_PASSWORD(&#39;mypass&#39;);<span style="font-family: arial,sans-serif;">
<br><br>erik<br></span></pre><br><div><span class="gmail_quote">On 8/19/07, <b class="gmail_sendername">Wayne Walker</b> &lt;<a href="mailto:wwalker@bybent.com">wwalker@bybent.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, Aug 19, 2007 at 06:37:23PM -0700, the New me wrote:<br>&gt; Hi:<br>&gt;<br>&gt; I&#39;ve been trying to install perl and link to Mysql<br>&gt; server,<br>&gt;<br>&gt; downloaded indigoperl and installed it,<br>&gt; this went fine,
<br>&gt;<br>&gt; tried to run and test<br>&gt;<br>&gt; mysqlsamp.pl<br>&gt;<br>&gt; but it gave these messages:<br>&gt;<br>&gt; C&gt; MySQL Sample Test Script V1.0 on Sun Aug 19<br>&gt; 21:23:30 2007&lt;br&gt;&lt;hr&gt;<br>
&gt; Can&#39;t connect to the mysql server.<br>&gt; &lt;br&gt;Client does not support authentication protocol<br>&gt; requested by server; conside<br>&gt; r upgrading MySQL client at<br>&gt; c:/DevSoftware/perl/site/lib/DBD/mysqlPP.pm line 109
<br><br>The problem is that the mysql client software on your machine.&nbsp;&nbsp;If you<br>installed it separate from IndigoPerl then upgrade MySQL.&nbsp;&nbsp;If it was<br>part of IndigoPerl, you are at the mercy of Indigo.<br><br>--<br><br>
Wayne Walker<br><br><a href="mailto:wwalker@bybent.com">wwalker@bybent.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Do you use Linux?!<br><a href="http://www.bybent.com">http://www.bybent.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get Counted!&nbsp;&nbsp;<a href="http://counter.li.org/">
http://counter.li.org/</a><br>Perl - <a href="http://www.perl.org/">http://www.perl.org/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Perl User Groups - <a href="http://www.pm.org/">http://www.pm.org/</a><br>Jabber:&nbsp;&nbsp;<a href="mailto:wwalker@jabber.gnumber.com">
wwalker@jabber.gnumber.com</a>&nbsp;&nbsp; AIM:&nbsp;&nbsp;&nbsp;&nbsp; lwwalkerbybent<br>IRC:&nbsp;&nbsp;&nbsp;&nbsp; wwalker on <a href="http://freenode.net">freenode.net</a><br>_______________________________________________<br>Austin mailing list<br><a href="mailto:Austin@pm.org">
Austin@pm.org</a><br><a href="http://mail.pm.org/mailman/listinfo/austin">http://mail.pm.org/mailman/listinfo/austin</a><br></blockquote></div><br>