in reply to Re^4: Perl and Mysql Queries
in thread Perl and Mysql Queries

 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.