RE: Accessing Mysql 5.0 from 4.0 server
"Trevor Price" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <[email protected]> |
And the saga continues...
mysql is not a dynamic binary, so says ldd
[tprice@thumper tprice]$ ldd /usr/sbin/mysqld-max
librt.so.1 => /lib/tls/librt.so.1 (0xb75cf000)
libdl.so.2 => /lib/libdl.so.2 (0xb75cc000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb75bc000)
libz.so.1 => /usr/lib/libz.so.1 (0xb75ae000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7580000)
libnsl.so.1 => /lib/libnsl.so.1 (0xb756b000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7549000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7411000)
libnss_files.so.2 => /lib/libnss_files.so.2 (0xb7405000)
libnss_dns.so.2 => /lib/libnss_dns.so.2 (0xb7400000)
libresolv.so.2 => /lib/libresolv.so.2 (0xb73ed000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb75eb000)
no libmysqlclient mentioned.
-----Original Message-----
From: Philip M. Golllucci [mailto:[email protected]]
Sent: Wednesday, May 18, 2005 10:21 PM
To: Trevor Price
Cc: [email protected]
Subject: Re: Accessing Mysql 5.0 from 4.0 server
Trevor Price wrote:
> I might have missed this in the start of the thread, but can you paste
> the first 10 lines or so of the errors.
Okay I looked back in the archives:
>>DBI connect(...) failed: Client does not support authentication
>>protocol requested by server; consider upgrading MySQL client at
>>./test_db.pl line 7
My next thought is try:
ldd mysql
ldd mysqld
make sure the libmysql match up accordingly.
--
END
------------------------------------------------------------------------
---
What doesn't kill us can only make us stronger.
Philip M. Gollucci [email protected] 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer - Liquidity Services Inc.
http://liquidityservicesinc.com
<html>
<body>
<span style="font-size:8.0pt;font-family:Arial">---------------------------------------------------------------------------------------------------------------------------------------------</span>
<span style="font-size:8.0pt;font-family:Arial">DEMANDTEC EMAIL NOTICE:</span>
<p><span style="font-size:8.0pt;font-family:Arial">NOTICE: This email transmission and all attached files contain information intended for the designated individual or entity to whom it is addressed and may contain information that is proprietary, privileged and/or exempt from disclosure under applicable law. If you are not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this email or its attachments is strictly prohibited. If you have received this email in error, please notify the sender immediately by replying to this message and please delete the original message without making any copies.</span>
<p><span style="font-size:8.0pt;font-family:Arial">WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. Although we have taken reasonable precautions to ensure that this email and all attachments are free from viruses, we accept no liability for any loss or damage arising from the use of this email or its attachments.</span>
</body>
</html>
--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/[email protected]