My server keeps crashing Mysql. I have 1 Gig RAM and 1 Gig swap, on Ubuntu 12.04. Just using for wordpress.
How can i solve crashing problem? How can i check errors?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I installed default my.cnf. I found logs. My problem is same with these :( <br> <br>https://www.digitalocean.com/community/questions/mysql-server-keeps-stopping-unexpectedly <br> <br>https://www.digitalocean.com/community/questions/mysql-crashes-but-apache-continues
MySQL’s error log file is <code>/var/log/mysql.err</code>. Check the last few lines, what does it say? <br><pre>tail -30 /var/log/mysql.err </pre>