亚马逊云服务器上apt 每日更新杀掉mysql

这个跟我有一样的问题(AWS apt 每日更新mysql.log  没错误信息,查看系统log 发现每次只要daily upgrade,就会杀掉mysql,然后重启起不来)

https://blog.csdn.net/flyhelloword/article/details/91492274

https://www.gongzi.org/disable-daily.html

ubuntu系统log 在 /var/log/ 里syslog

linux如何查看进程OOM killer

https://www.cnblogs.com/sunshine2016/p/8549955.html

进程不见了,Linux 的OOM Killer

https://www.chenyudong.com/archives/linux-oom-killer.html

新学两个linux命令

free 是看看内存的

free -h

df 查看系统磁盘利用率

df -h

du 查看文件占用的硬盘内存大小

du -sh 文件名

Ubuntu Linux下定时监测MySQL进程终止时自动重启的方法

https://cuiqingcai.com/1981.html

原文地址:https://www.cnblogs.com/Reclouds-shangri-la/p/11290377.html