I have havy loaded site with 5 mln. hits per day. I use Apache and mod_perl
.
Every 15-20 minutes I see in error_log this error:

DBI connect('softsearch;mysql_socket=/tmp/softsearch.sock','softsearch',...)
failed: Access denied for user 'softsearch'@'localhost' (using password: NO)
at Engine.pm line 3086

The connection code:

3086    my $dbh_ =
DBI->connect('DBI:mysql:softsearch;mysql_socket=/tmp/softsearch.sock','softs
earch','xxxxxxxxxxx');

How can I solve this problem?

Michael Monashev, SoftSearch.ru
Member of Independent Software Developers Forum (ISDEF)
http://softsearch.ru/



Reply via email to