It looks old!

2.1021

Thanks for your help.  Now I will go to work on updating this.

Thanks for your help!
Ryan
----- Original Message ----- From: "Chas Owens" <[EMAIL PROTECTED]>
To: "FamiLink Admin" <[EMAIL PROTECTED]>
Cc: "Perl Beginners List" <beginners@perl.org>
Sent: Thursday, March 15, 2007 11:37 AM
Subject: Re: using perl ot connect to a database


On 3/15/07, FamiLink Admin <[EMAIL PROTECTED]> wrote:
Thank you!

I am not sure why this did it but now I get the error:

Client does not support authentication protocol requested by server.
consider upgrading MySQL client.

I researched this and found the "old_password" needed to be "on" for this to work. Any idea why I need the old_password set to on to use this script? I
am using redhat and everything is updated to the latest rpm's.

The script works with the old_password set to on.
snip

It sounds like DBD::MySQL is still setup to use the old MySQL client
library.  You might try asking about this issue on the DBI mailing
list ([EMAIL PROTECTED]).  Just out of curiosity what does

perl -MDBD::mysql -e 'print "$DBD::mysql::VERSION\n"'

print out?  If the version number is less than 4.003 then you do not
have the latest version of the module.  This would not surprise me
since packaged Perl modules tend to be older than ones installed with
CPAN or by hand.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/





--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to