mysql stops working
Hi all,
Mysql stops working.
journalctl -xe (too big to post here)
https://pastebin.com/Sqjjedk2
systemctl status mysql.service:
https://pastebin.com/cDdbcyhn
my crontab workaround (does help me) :
5 * * * * bash -c "sleep 10; if pgrep mysql; then exit; else /etc/init.d/mysql start; fi" > /dev/null
7 * * * * bash -c "sleep 10; if pgrep mysql; then exit; else /sbin/reboot; fi" > /dev/null
mysql Ver 14.14 Distrib 5.7.27
ubuntu 18.04.3 LTS
Please advise.
Subject
Written By
Posted
mysql stops working
December 28, 2019 10:17AM
December 28, 2019 11:06AM
December 28, 2019 11:26AM
December 28, 2019 12:04PM
December 28, 2019 12:18PM
December 29, 2019 11:59AM
December 31, 2019 08:12AM
December 31, 2019 10:40AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.