摘要:
-- mysql 查看mysql 是否设置了自动提交 show variables like 'autocommit'; --关闭 自动提交 set autocommit = 0; --打开 set autocommit = 1; 查看 mysql 正在执行的进程列表show processlist 阅读全文
摘要:
df -h看剩余空间 du -h看占用量 du -h |grep G 查看文件用量 du -h |grep G 查看文件用量 du --max-depth=1 -h 查找大文件 du --max-depth=1 -h 查找大文件 echo > app.log ,echo > catalina.out 阅读全文