MySQL数据表死锁解决办法 | 牧天的酒吧

MySQL数据表死锁解决办法

2016-11-03 16:50:00 于 技术

mysql> show processlist;
关闭用不到的连接ID
mysql> kill 4;
则无关连接已经被杀死。

回主页