MySQL will Stop working after being Started

Posted by user115343 on Server Fault See other posts from Server Fault or by user115343
Published on 2012-03-26T10:20:42Z Indexed on 2012/03/26 11:34 UTC
Read the original article Hit count: 225

Filed under:
|
|

i am new to a webserver thing. I use Centmin mod to install nginx + mariaDB to setup small wordpress blog,the first day it is ok,there are nice "hello world" on my box's IP,but today i have checked that mysql is stop working so i immediately start it again but it is stoped again after some minutes!

i use this tutorial but still,it will stop after some period

here is my log

[root@rylai ~]# tail -f /var/log/mysqld.log
120326 16:19:05 [Note] Plugin 'PBXT_STATISTICS' is disabled.
120326 16:19:05 [Note] Plugin 'InnoDB' is disabled.
120326 16:19:06 [Note] Event Scheduler: Loaded 0 events
120326 16:19:06 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.2.10-MariaDB-mariadb107'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  (MariaDB - http://mariadb.com/)
120326 16:20:36 mysqld_safe Number of processes running now: 0
120326 16:20:36 mysqld_safe mysqld restarted
120326 16:20:39 [Note] Plugin 'ARCHIVE' is disabled.
120326 16:20:39 [Note] Plugin 'FEDERATED' is disabled.
120326 16:20:40 mysqld_safe mysqld from pid file /var/lib/mysql/rylai.pid ended

I only access mysql on CLI,didnt install any panel yet

© Server Fault or respective owner

Related posts about mysql

Related posts about nginx