02 2022 档案
摘要:MySQL查看锁表的状态命令 1、mysql 查看锁表解锁 -- 查看那些表锁到了 show open tables where in_use > 0;-- 查看进程号 show processlist;-- 删除进程 kill 1085850; 2、查询是否锁表show open tables w
阅读全文
摘要:lvextend命令-L:指定逻辑卷的大小,单位为“kKmMgGtT”字节; -l:指定逻辑卷的大小(LE数) [root@localhost ~]# df -h文件系统 容量 已用 可用 已用% 挂载点/dev/mapper/centos-root 50G 1.3G 49G 3% /devtmpf
阅读全文