I would like to log all SQL statements that access a specific or a list of specific tables, but not ALL tables.
Is this even possible in MySQL ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No – the general query log is your only option for logging queries – and this is server wide … although you could log to a table and then delete the results you dont require