查看mysql服務器日志的方法
1.查看mysql服務器日志
show variables like ‘general_log_file’;
2.查看mysql服務器錯誤日志
show variables like ‘log_error’;
3.查看mysql服務器慢查詢日志
show variables like ‘slow_query_log_file’;