Error In Using Perl To Connect To MySQL
- From: Louis <t051315@xxxxxxxxxxx>
- Date: Sat, 27 May 2006 06:59:13 GMT
OS: Windows XP SP2
Perl version : v5.8.7 built for MSWin32-x86-multi-thread
MySQL version : server: 5.0.21-community-nt
MySQL version : client: 5.0.11
Both Perl and MySQL work on my machine. I wanted to test using Perl to manipulate MySQL data.
I installed DBI and DBD:mysql. And when I try testing to connect to MySQL inside a perl script, I got the following error:
DBI connect('database=mymusic;host=localhost','root',...) failed: Client does not support authentication protocol requested by server; consider upgrading MySQL client at mydbi.pl line 24
My problems:
1) I installed MySQL. I couldn't find separate server and client installations. So I am not sure how to "upgrade client".
Appreciate for any help. Thank you.
.
- Follow-Ups:
- Re: Error In Using Perl To Connect To MySQL
- From: Sherm Pendley
- Re: Error In Using Perl To Connect To MySQL
- Prev by Date: Re: Is there a module that grabs a remote page and prints thumbnail image?
- Next by Date: Re: Error In Using Perl To Connect To MySQL
- Previous by thread: Is there a module that grabs a remote page and prints thumbnail image?
- Next by thread: Re: Error In Using Perl To Connect To MySQL
- Index(es):
Relevant Pages
|