MYSQL慢查询日志存储在表中时查询出 TOP SQL的脚本按执行时间使用倒序的方式排序找出 TOP 10 的慢查询SQL t_slow.sql use mysql; select * from (select * from slow_log where start_time >= '2016-08-01 00:00:01' orde