6
I have a dedicated server Linux Ubuntu 12.04 LTS with Mysql/Apache/Wordpress, Only since he has only 1Gb of RAM, sometimes he falls for lack of memory. No syslog marks with the message
Out of memory: Kill process XXXXX (mysqld) score XXXXXX or Sacrifice Child
and then
mysql respawning Too fast, stopped
Is there any solution for the Mysql daemon to keep trying to get back, but at longer intervals (like 5 minutes)?
** Updating:
/etc/mysql/my.cnf: http://pastebin.com/Vy19ZZTR
You can paste what value is to
innodb_buffer_pool_size
in your file/etc/mysql/my.cnf
?– Onilton Maciel
In fact it would be nice to paste a link to your settings from
/etc/mysql/my.cnf
. It is possible that the reason for mysql not being able to restart is in this file.– Onilton Maciel
I updated with Mysql configuration
– digofreitas