Re: DBI and Apache::DBI

2004-05-12 Thread Erik Scholtz, ArgonSoft GmbH
I S wrote: Hi all, I have some questions with DBI. a) I don't understand why the database sometimes gets dropped. It happens randomly but frequently. could not prepare: Database disconnected at /dssweb/httpd/cgi-bin/feeds/viewReport line 157. b) I built mod_perl and apache with EVERYTHING=1.

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

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