Which of the following is a correct way to show that last queries executed on MySQL?
Correct Answer: First execute SET GLOBAL log_output = ‘TABLE’: Than execute SET GLOBAL general_log = ‘ON’: The last queries executed are saved in the table mysql.general_log
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More MySQL MCQ Questions