SHOW VARIABLES LIKE "general_log%"; -- 查询是否启用日志SET GLOBAL general_log = 'ON'; -- 设置启用SET GLOBAL sql_log_off = 'ON'; -- 设置关闭以上设置重启mysql后失效