>  My web server log error is " NULL::dba can't connect to mysql"
>
>  The above error shows occasionally in the error log file of apache. Every
>  thing is fine on the mysql database server. It happens twice or thrice a
>  day. I am not able to find out whats the issue.
>

If you aren't observing any issues with your application and your
application is open to the internet, it is not unlikely that those
errors are being caused my someone on the outside attempting
SQL-injection against your site (and apparently failing).

If it is feasible, check your apache access.log for the same timestamp
as you error log shows and see if shows some unusual requests.  If
your application security is tight, these attacks are moderately
harmless.  While you can harden your app against such intrusion, there
is no way to prevent the attempts.  You may well be worried about
nothing.. I know I was when I spent a couple of days tracking similar
things down

 - michael dykman

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to