zoukankan
html css js c++ java
mysql 锁表情况,处理笔记
1.查询是否锁表
show OPEN TABLES where In_use > 0;
2.查询进程(如果您有SUPER权限,您可以看到所有线程。否则,您只能看到您自己的线程)
show processlist ;
3.杀死进程id(就是上面命令的id列)
kill 462540518 ;
查看全文
相关阅读:
nyoj 16 矩形嵌套
nyoj 44 子串和
nyoj 448 寻找最大数
nyoj 14 会场安排问题
hdoj 1008 Elevator
bzoj1588
bzoj3224
bzoj1503
bzoj1834
bzoj1066
原文地址:https://www.cnblogs.com/66li/p/11867145.html
最新文章
Imbalanced Array CodeForces
Bad Hair Day POJ
Feel Good POJ
Largest Rectangle in a Histogram HDU
Really Big Numbers CodeForces
计算机专业考研参考......
Entropy(有点队列使用)(哈夫曼)
Doing Homework again
Tian Ji -- The Horse Racing
Wooden Sticks
热门文章
Moving Tables
FatMouse' Trade
Power Strings
Seek the Name, Seek the Fame(KMP之next数组应用)
Buy the Ticket(高精度--乘、除、阶乘)
nyoj 49 开心的小明
nyoj 811 变态最大值
hdoj 2099 整除的尾数
nyoj 76 超级台阶
nyoj 17 单调递增最长子序列
Copyright © 2011-2022 走看看