摘要: du -sh : 查看当前目录总共占的容量。而不单独列出各子项占用的容量 du -lh --max-depth=1 : 查看当前目录下一级子文件和子目录占用的磁盘容量 df -h 查看整个服务器的磁盘情况 阅读全文
posted @ 2019-04-10 22:32 Mr.peter 阅读(228) 评论(0) 推荐(0)
摘要: cannot connect to mysql 10060 --> 关闭防火墙 cannot connect to mysql 10061 --> 修改bind-address = 127.0.0.1为bind-address = 0.0.0.0 1130 host not allowed to c 阅读全文
posted @ 2019-04-10 15:23 Mr.peter 阅读(112) 评论(0) 推荐(0)
摘要: netstat -na --ip 阅读全文
posted @ 2019-04-10 14:52 Mr.peter 阅读(927) 评论(0) 推荐(0)