MySQL Forums
Forum List  »  Perl

Re: Net::MySQL error
Posted by: Bill Karwin
Date: September 12, 2006 08:17AM

I would guess that something changed in the MySQL protocol in 5.0, and Net::MySQL does not support that change.

Are you using the latest version of Net::MySQL, which is 0.09? The change history for Net::MySQL says that 0.09 introduced support for MySQL 4.1 authentication protocol. So I would guess that you are using it, otherwise you wouldn't be able to log in to a MySQL 5.0 server.

It's still possible that Net::MySQL does not work with MySQL 5.0.

Regards,
Bill K.

Options: ReplyQuote


Subject
Written By
Posted
June 16, 2006 11:20AM
June 16, 2006 05:23PM
September 12, 2006 02:21AM
Re: Net::MySQL error
September 12, 2006 08:17AM
September 13, 2006 03:36AM
September 13, 2006 05:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.