MySQL will Stop working after being Started
- by user115343
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