MySQL Forums
Forum List  »  Newbie

How to get rid of message in error log.
Posted by: mbuna
Date: June 20, 2005 12:52PM

Hello,

I have the following message in my apache error log that I'd like to suppress.

[client 24.51.105.44] DataBase: Number of rows=0. SQL-command: SELECT html_code FROM TBL_awards, TBL_users_awards WHERE TBL_u
sers_awards.user_id = 15208 AND TBL_users_awards.award_id = TBL_awards.award_id, referer: http://aquaria.info/index.php?name=
PNphpBB2&file=viewforum&f=94


This is normal, there will be thousands of times a day when this query returns no results.

Is there a way to tell mysql/apache not to write this error to the log files?

TIA,

Sean

Options: ReplyQuote


Subject
Written By
Posted
How to get rid of message in error log.
June 20, 2005 12:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.