MySQL se cae frecuentemente en VPS con zpanel y Wordpress

wbishop Seguir

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Oct 2013
Mensajes
155
Tengo un vps en digital ocean, 1 nucleo, 1gb ram. Tiene zpanel, un dominio con mail marketing hairspire y otro dominio con un wordpress, muy poco trafico todo tiene

El problema es que mysql se cae, sobre todo al crear un nuevo articulo en wp, pero puede ser en cualquier momento, que puede ser? Gracias!
 

ezio

No recomendado
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Ago 2013
Mensajes
1.488
Contactastes con tu proveedor?

Lo recomendable en estos casos el soporte debe darle su proveedor.
 

zenok

Gamma
Programador
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
6 May 2009
Mensajes
193
Me parece muy raro que el MySQL caiga con un VPS, no debería. Si no encuentras una solución, trata de aumentar el numero de conexiones MySQL simultáneas desde el mysql.ini/mysql.cnf y reinicia el servicio.
 

shadowhck

Lambda
Programador
Verificado por Whatsapp
Desde
18 Ago 2009
Mensajes
2.772
Podría ser consumo exesivo de RAM? Tablas fragmentadas?

En que forma se cae, timeout, error de conexión?
 

wbishop

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Oct 2013
Mensajes
155
Se cae completamente, no tengo ni que darle el stop, le tiro un start y vuelve a levantar

Esta es la config de my.cnf

# * Fine Tuning
#
key_buffer = 16M
max_allowed_packet = 1M
thread_stack = 64K
thread_cache_size = 4
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
#max_connections = 500
#table_cache = 64
#thread_concurrency = 40
#
# * Query Cache Configuration
#
query_cache_limit = 1M
query_cache_size = 16M
 

shadowhck

Lambda
Programador
Verificado por Whatsapp
Desde
18 Ago 2009
Mensajes
2.772
Cual es el consumo de RAM antes de que se detenga?
De que tamaño es la BD que manejas?
 

IngGeek

Kappa
SEO
Verificación en dos pasos activada
Desde
28 Oct 2013
Mensajes
2.514
A mi en un vps con ssd, 4 núcleos, 4gb de Ram y un solo sitio se me caía el mysql.

Actualmente estoy en un vps con 1gb de Ram y 2 núcleos recibiendo muchas más visitas.

Con esto quiero decir que desee lejos se sabe que tu problema es la configuración, si no le sabes y solo mueves por lo que lees en Internet será difícil diagnosticar y reparar el problema. Mejor contrata a un profesional, yo te recomiendo a skamasle de aquí del foro.

Enviado desde mi Nexus 5 mediante Tapatalk
 

wbishop

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Oct 2013
Mensajes
155
Son InnoDB o MyISAM?

Prueba optimizarlas y repararlas desde phpMyAdmin.

Ambas, eso hice hace un ratito ya que revisando logs de mysql me decia que una tabla tenia errores, asi que toca esperar a ver si se cae de nuevo.

---------- Post agregado el 25-abr-2014 hora: 16:08 ----------

Volvió a fallar, el log dice esto:

140425 15:06:32 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full$
140425 15:06:32 [Note] Plugin 'FEDERATED' is disabled.
140425 15:06:32 InnoDB: The InnoDB memory heap is disabled
140425 15:06:32 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140425 15:06:32 InnoDB: Compressed tables use zlib 1.2.3.4
140425 15:06:33 InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(137363456 bytes) failed; errno 12
140425 15:06:33 InnoDB: Completed initialization of buffer pool
140425 15:06:33 InnoDB: Fatal error: cannot allocate memory for the buffer pool
140425 15:06:33 [ERROR] Plugin 'InnoDB' init function returned error.
140425 15:06:33 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
140425 15:06:33 [ERROR] Unknown/unsupported storage engine: InnoDB
140425 15:06:33 [ERROR] Aborting

140425 15:06:33 [Note] /usr/sbin/mysqld: Shutdown complete

140425 15:06:33 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full$
140425 15:06:33 [Note] Plugin 'FEDERATED' is disabled.
140425 15:06:33 InnoDB: The InnoDB memory heap is disabled
140425 15:06:33 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140425 15:06:33 InnoDB: Compressed tables use zlib 1.2.3.4
140425 15:06:33 InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(137363456 bytes) failed; errno 12
140425 15:06:33 InnoDB: Completed initialization of buffer pool
140425 15:06:33 InnoDB: Fatal error: cannot allocate memory for the buffer pool
140425 15:06:33 [ERROR] Plugin 'InnoDB' init function returned error.
140425 15:06:33 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
140425 15:06:33 [ERROR] Unknown/unsupported storage engine: InnoDB
140425 15:06:33 [ERROR] Aborting
 

zenok

Gamma
Programador
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
6 May 2009
Mensajes
193
Si se vuelve a caer, muéstranos el error para poder saber cual es el problema. Si es por las conexiones, aumentando el límite se soluciona
 

wbishop

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Oct 2013
Mensajes
155
Cual es tu valor en "innodb-buffer-pool-size"?

en my.cnf no tengo ese valor, lo unico que dice de innodb es esto:

# * InnoDB
#
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
 

shadowhck

Lambda
Programador
Verificado por Whatsapp
Desde
18 Ago 2009
Mensajes
2.772

wbishop

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Oct 2013
Mensajes
155
mysqltuner.pl me dice esto:

>> MySQLTuner 1.3.0 - Major Hayden <major@mhtx.net>
>> Bug reports, feature requests, and downloads at http://mysqltuner.com/
>> Run with '--help' for additional options and output filtering
[OK] Logged in using credentials from debian maintenance account.
[OK] Currently running supported MySQL version 5.5.37-0ubuntu0.12.04.1
[OK] Operating on 64-bit architecture

-------- Storage Engine Statistics -------------------------------------------
[--] Status: +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MRG_MYISAM
[--] Data in MyISAM tables: 4M (Tables: 123)
[--] Data in InnoDB tables: 20M (Tables: 177)
[--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
[!!] Total fragmented tables: 179

-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned

-------- Performance Metrics -------------------------------------------------
[--] Up for: 43s (1K q [24.419 qps], 188 conn, TX: 1M, RX: 105K)
[--] Reads / Writes: 92% / 8%
[--] Total buffers: 192.0M global + 2.6M per thread (151 max threads)
[OK] Maximum possible memory usage: 588.4M (59% of installed RAM)
[OK] Slow queries: 0% (0/1K)
[OK] Highest usage of available connections: 2% (4/151)
[OK] Key buffer size / total MyISAM indexes: 16.0M/2.7M
[OK] Key buffer hit rate: 95.1% (3K cached / 186 reads)
[OK] Query cache efficiency: 26.7% (204 cached / 765 selects)
[OK] Query cache prunes per day: 0
[OK] Sorts requiring temporary tables: 0% (0 temp sorts / 69 sorts)
[!!] Joins performed without indexes: 1
[OK] Temporary tables created on disk: 20% (64 on disk / 307 total)
[OK] Thread cache hit rate: 97% (4 created / 188 connections)
[OK] Table cache hit rate: 24% (341 open / 1K opened)
[OK] Open file limit used: 28% (294/1K)
[OK] Table locks acquired immediately: 100% (475 immediate / 475 locks)
[OK] InnoDB buffer pool / data size: 128.0M/20.2M
[OK] InnoDB log waits: 0
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
MySQL started within last 24 hours - recommendations may be inaccurate
Enable the slow query log to troubleshoot bad queries
Adjust your join queries to always utilize indexes
Variables to adjust:
join_buffer_size (> 128.0K, or always use indexes with joins)
 
Arriba