欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

MySQL查询正在执行的SQL语句

程序员文章站 2022-06-15 11:21:03
...

分享一个人工智能教程,零基础入门!http://www.captainbed.net/inner 

select * from information_schema.`PROCESSLIST` where info is not null;