in reply to Re^2: perl DBI String length problem
in thread perl DBI String length problem
There is another thing that I have run into in the past. The connection to the server could have timed out or the maximum packet size may have been exceeded. I ran into this when trying to store large images in the database but I got a MySQL server has gone away error. This was due to the maximum packet size being exceeded. I think the default is 2MB so this may not be your problem either.
Perhaps, if you give us more of the code, we might be able to help a little more. Chris
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: perl DBI String length problem
by travisbickle34 (Beadle) on Sep 06, 2005 at 16:24 UTC | |
by ChrisR (Hermit) on Sep 06, 2005 at 17:24 UTC |