Re: Apache::DBI - consistently encountering about a .00667% error rate

2024-10-07 Thread Tim Lank
Good point. I’ll try to ratchet up the debugs on those to see if anything pops out On Mon, Oct 7, 2024 at 6:58 PM Adam Prime wrote: > You may need to dig into the code in DBI, or DBD::mysql to understand what > is happening (or not happening) in the rare occasions that this occurs. > Without th

Re: Apache::DBI - consistently encountering about a .00667% error rate

2024-10-07 Thread Adam Prime
You may need to dig into the code in DBI, or DBD::mysql to understand what is happening (or not happening) in the rare occasions that this occurs. Without the ability to consistently reproduce the issue all we can really do is look at the code and make educated guesses. Adam On Oct 7, 2024, at

Re: Apache::DBI - consistently encountering about a .00667% error rate

2024-10-07 Thread Tim Lank
it doesn't seem to explain why it would work 99+% of the time though. I don't think it applies to my situation exactlly On Mon, Oct 7, 2024 at 6:31 PM Mithun Bhattacharya wrote: > Maybe this helps ? > > > https://php.watch/articles/fix-php-mysql-84-mysql_native_password-not-loaded > > On Mon, O

Re: Apache::DBI - consistently encountering about a .00667% error rate

2024-10-07 Thread Mithun Bhattacharya
Maybe this helps ? https://php.watch/articles/fix-php-mysql-84-mysql_native_password-not-loaded On Mon, Oct 7, 2024, 4:56 PM Tim Lank wrote: > Apache::DBI experts: > > I have the following in my startup.pl: > > use CGI qw(:all); > use CGI::Carp 'fatalsToBrowser', 'carpout'; > use List::Util 'sh

Apache::DBI - consistently encountering about a .00667% error rate

2024-10-07 Thread Tim Lank
Apache::DBI experts: I have the following in my startup.pl: use CGI qw(:all); use CGI::Carp 'fatalsToBrowser', 'carpout'; use List::Util 'shuffle'; CGI->compile(':all'); Apache::DBI->connect_on_init ("DBI:mysql:holidayshop", "dba", "theactualpw", { PrintError => 1, # warn()