数据库

来源:互联网 发布:windows文件夹是什么 编辑:程序博客网 时间:2024/05/21 02:34
show FULL PROCESSLIST;//显示哪些线程正在执行
  SELECT CONCAT('KILL ',id,';')  AS command  
    FROM information_schema.processlist    

   WHERE TIME>1000 AND `user`='root'  

kill  线程编号 

0 0
原创粉丝点击