P is for Practical | |
PerlMonks |
Re^5: Perl and Mysql Queriesby Danny (Hermit) |
on Jun 11, 2024 at 14:21 UTC ( [id://11159903]=note: print w/replies, xml ) | Need Help?? |
failed: Client does not support authentication protocol requested by server; consider upgrading MySQL client
I would first double check that you are able to connect to that database with the given user and password with another method. For example, with the command-line "mysql" client. If that doesn't work you may need to fix the credentials. Also upgrade DBI and DBD::mysql if they are old.
In Section
Seekers of Perl Wisdom
|
|