Is there a way I can find out how many select, update, insert and rest of the queries have been executed by MySQL server ? Can it be in last 1 day or week ?
Share
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.
Yes, there is a way! You can set the server to write logs about client connects/disconnects and every statement which was executed to a log file. Have a look here.