Loading...
临时配置默认没有开启慢查询日志记录,通过命令临时开启# 检查是否启用 SQL 查询日志功能 mysql> show variables like '%slow_query_log%'; # 开启 SQL 查询日志功能 mysq...