我们在查询数据库的时候经常会遇到查询表,一直在运行,但是就是一直查不出来结果;很有可能是锁表了;我们遇到这种情况可以查一下mysql的进程
show processlist;
如上图;查询到最后一条id为310090的锁表记录;
我们只需要kill掉这条进程即可解决锁表问题;
kill 310090;
即可解决问题
我们在查询数据库的时候经常会遇到查询表,一直在运行,但是就是一直查不出来结果;很有可能是锁表了;我们遇到这种情况可以查一下mysql的进程
show processlist;
如上图;查询到最后一条id为310090的锁表记录;
我们只需要kill掉这条进程即可解决锁表问题;
kill 310090;
即可解决问题
© 本文著作权归作者所有,转载前请务必署名
SummaryMaybe sometimes we will be required to add batch image to excel file, we can use python deal with this.The first time we need install the third
Weather今天天气真好,好像要到夏天了。突然有一个想法:LL想看看LL在:生机的春天清爽的夏天落叶的秋天寒冷的冬天
Summarylinear_modellinear reggression model for predict data or fit some model.(多元)线性回归用于拟合数据,预测数据。logistic regression model for identification to cla
shell 1: monitor progressing status, if not exist restart it.#!/bin/bashwhile truedoprocnum=` lsof -i:18080 | wc -l`if [ $procnum -eq 0 ]; the
superset install GUIDE>>>sudo docker search supersetNAME DESCRIPTION ST