MySQL Forums
Forum List  »  Perl

Re: Net::MySQL error
Posted by: Bill Karwin
Date: June 16, 2006 05:23PM

This is an error in the Perl module IO::Socket. Sounds like an error caused the Net::MySQL socket to close unexpectedly.

If the script was working before you added the columns, and now it isn't, then those columns are certainly the most likely place to investigate.

Does your INSERT and UPDATE statement reference the table in which you added the columns? Do these queries account for the changed table structure?

Regards,
Bill K.

Options: ReplyQuote


Subject
Written By
Posted
June 16, 2006 11:20AM
Re: Net::MySQL error
June 16, 2006 05:23PM
September 12, 2006 02:21AM
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.