![]() |
|
P is for Practical | |
PerlMonks |
Re: DBI Connection Fails with Access Denied on one version of Perl/DBD::MySQL and work on the otherby derby (Abbot) |
on May 29, 2020 at 11:01 UTC ( #11117454=note: print w/replies, xml ) | Need Help?? |
This is a nice tough one. Out of curiosity, does your db password have any special characters in it? If so, you may want to use single quotes when setting it my $pass = 'PASS_REMOVED'; Also, it's probably not going to shed any light but instead of $! when failing, use $DBI::errstr Good Luck!
-derby
In Section
Seekers of Perl Wisdom
|
|