1、查看慢查问超时工夫值use performance_schema;select * from variables_by_thread where variable_name = 'long_query_time';
2、查看MySQL以后线程show processlist;
1、查看慢查问超时工夫值use performance_schema;select * from variables_by_thread where variable_name = 'long_query_time';
2、查看MySQL以后线程show processlist;