Tenho o VPS com o Ubuntu 14.04, o LAMP stack e cerca de 30 pequenos aplicativos da web nele. MySQL 5.5.8 instalado. Geralmente funciona, mas às vezes pára por um motivo desconhecido. /var/log/mysql/error.log
não tem nada, exceto informações de inicialização.
My.cnf:
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
wait_timeout = 28800
interactive_timeout = 28800
key_buffer = 16M
max_allowed_packet = 1024M
net_read_timeout = 720
net_write_timeout = 720
thread_stack = 192K
myisam-recover = BACKUP
max_connections = 30
innodb_buffer_pool_size = 1G
innodb_force_recovery = 1
query_cache_limit = 16M
query_cache_size = 0
Memória
free -h
:
total used free shared buffers cached
Mem: 6.6G 6.4G 233M 67M 280M 5.0G
-/+ buffers/cache: 1.1G 5.5G
Swap: 2.9G 22M 2.9G
Tags mysql