Re: Net::MySQL error
Posted by:
krisodb
Date: September 13, 2006 03:36AM
I guess so.
I've created a bug for this at cpan.
Got DBI::mysql to work on a different PC and checked messages sent towards the server. Between the login and the first query sent, DBI::mysql is sending 2 more messages. One I don't know, the other one is autocommit=1.
Maybe someone can tell more about this.
The message is like:
1ste time: 09 00 00 03 48 51 40 48 5D 46 52 56 00
2nd time : 09 00 00 03 47 55 55 4b 56 57 48 4d 00
Each time the script is run, the value will be different.
09 is the length of the message.
03 is indicating it's a query command.
And normally after that you have the command number, but since it keeps changing I don't know.
Something todo with transactions ??
Subject
Written By
Posted
September 12, 2006 02:21AM
September 12, 2006 08:17AM
Re: Net::MySQL error
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.