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
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
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
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 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()