见贤思小齐,知足常乐呵

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年7月16日

摘要: 1. 查询Mysql的进程 -- 查看全部进程 show processlist; -- 查询进行中的进程 select *from information_schema.processlist where command not in('Sleep','Killed'); -- 查询某个库的进程 阅读全文
posted @ 2021-07-16 17:24 Suckseedeva 阅读(129) 评论(0) 推荐(0) 编辑