in reply to CGI::Session::MySQL lock problem
DBI->trace() will turn on debugging for the mysql connection. You need to pass it a number, ->trace(1) is basic debugging.. the higher the number, the more debugging. Once you get up around 3 it gets really spammy and you should just log it to a file to read over after the script has run.
Set your trace and see what turns up. It might show you what's happening.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI::Session::MySQL lock problem
by fireartist (Chaplain) on Oct 16, 2003 at 14:32 UTC |