Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Perrin Harkins
Erik Scholtz, ArgonSoft GmbH wrote: I think, the problem has to do with mod_perl, because when I run the script on the console, everything works fine. If I run the script without mod_perl (over the web with apache), the script also works without any problems. The script also works with mod_perl

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Ken Burcham
It isn't so much mod_perl as it is the perl DBI::mysql driver... I imagine that as 4.1.1 comes out of alpha eventually the maintainers will update to the new libraries... You might also want to be aware that if you added users while mysql was in 'new passwords' mode, they'll have the long pass

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Erik Scholtz, ArgonSoft GmbH
Garrison Hoffman wrote: On Tue, 2004-05-11 at 05:02, Erik Scholtz, ArgonSoft GmbH wrote: failed: Client does not support authentication protocol requested by server; consider upgrading MySQL client at This may help: http://dev.mysql.com/doc/mysql/en/Old_client.html Thanks for your answer. Th

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Garrison Hoffman
On Tue, 2004-05-11 at 05:02, Erik Scholtz, ArgonSoft GmbH wrote: > failed: Client does not support authentication protocol requested by > server; consider upgrading MySQL client at This may help: http://dev.mysql.com/doc/mysql/en/Old_client.html --

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Garrison Hoffman
On Tue, 2004-05-11 at 05:02, Erik Scholtz, ArgonSoft GmbH wrote: > failed: Client does not support authentication protocol requested by > server; consider upgrading MySQL client at This may help: http://dev.mysql.com/doc/mysql/en/Old_client.html --

mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Erik Scholtz, ArgonSoft GmbH
Hello, we migrated to mysql 4.1.1. Now, when my perl-script tries to connect to the mysql-server, the following error occurs: -- Error message: DBI connect('database=mydatabase;mysql_client_found_rows=0;host=myhost.net','myuser',...) failed: Client does not support authentication protocol requ