mbuna Posted September 9, 2007 Share Posted September 9, 2007 I have one site that very often generates a zero record result on queries. Everytime this happens it gets logged to the mysqld.log file as: DataBase: Number of rows=0. SQL-command: SELECT html_code FROM TBL_awards, TBL_users_awards WHERE TBL_users_awards.user_id = 12553 AND TBL_users_awards.award_id = TBL_awards.award_id The result is simply filling this log up with useless information. Is there anyway to stop this logging, or send to it's own log file so I can see the useful mysql info in the main log file? Thanks! Sean Quote Link to comment Share on other sites More sharing options...
fenway Posted September 9, 2007 Share Posted September 9, 2007 Really? You care about what shows up in the log? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.