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;