摘要:
This section describes how to perform an in-place upgrade. Review Before you Begin before proceeding. Note If you upgrade an installation originally p 阅读全文
摘要:
1.导出时指定字符集,报错Character set 'utf-8' is not a compiled character set and is not specifie .--default-character-set=utf-8 这个是因为字符集错了。是--default-character- 阅读全文
摘要:
https://lonesysadmin.net/2013/12/22/better-linux-disk-caching-performance-vm-dirty_ratio/ Better Linux Disk Caching & Performance with vm.dirty_ratio 阅读全文
摘要:
删除是危险系数很高的操作,一旦误删可能会造成难以估计的损失。在云服务器 ECS Linux 系统中这种危险尤为明显。比如,一条简单的语句:rm –rf /* 就会把整个系统全部删除,而 Linux 并不会因为这条语句的不合理而拒绝执行。 在 Windows 中,为了防止误删,系统默认提供了回收站功能 阅读全文