扫码关注官方订阅号
比如我现在有1万多条SQL在执行队列,执行该命令之后,只能看到最后的几百条,最开始的却看不到。想看指定的SQL是否在执行,应该如何判断呢?
闭关修行中......
select * from information_schema.processlist where ...; ??
select * from information_schema.processlist where ...;
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
select * from information_schema.processlist where ...;??