TurkCraf

Registered
Feb 14, 2014
1
0
1
cPanel Access Level
Root Administrator
MySQL Issues

Help me please

MySQL closes every 4 hours

12:30 - 16:30 - 20:30 - 00:30 shutdown


hostname.err screenhost

111115 17:53:30 [Note] /usr/sbin/mysqld: Normal shutdown

111115 17:53:30 [Note] Event Scheduler: Purging the queue. 0 events
111115 17:53:30 InnoDB: Starting shutdown...
111115 17:53:35 InnoDB: Shutdown completed; log sequence number 0 542300292
111115 17:53:35 [Note] /usr/sbin/mysqld: Shutdown complete

Help me please

MySQL closes every 4 hours

12:30 - 16:30 - 20:30 - 00:30 shutdown


hostname.err screenhost

111115 17:53:30 [Note] /usr/sbin/mysqld: Normal shutdown

111115 17:53:30 [Note] Event Scheduler: Purging the queue. 0 events
111115 17:53:30 InnoDB: Starting shutdown...
111115 17:53:35 InnoDB: Shutdown completed; log sequence number 0 542300292
111115 17:53:35 [Note] /usr/sbin/mysqld: Shutdown complete
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

Do you have any cron jobs enabled that would restart MySQL every four hours? You can see a list of your root cron jobs with the following command:

Code:
crontab -l
Thank you.