Mysql constantly restarting

ravenswood1000

New member
Joined
Jun 14, 2012
Messages
2
I'm having some troubles with mysql constantly starting and restarting and restarting.

Don't even know where to start because the logs don't say too much. What they do say is this.

120614 14:25:17 InnoDB: Starting shutdown...
120614 14:25:18 InnoDB: Shutdown completed; log sequence number 28131236
120614 14:25:18 [Note]
120614 14:25:18 mysqld_safe mysqld from pid file /usr/local/mysql/data/anteater.pid ended
120614 14:26:01 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
120614 14:26:01 [ERROR] Can't find messagefile '/usr/share/mysql/english/errmsg.sys'
120614 14:26:01 [Note] Plugin 'FEDERATED' is disabled.
120614 14:26:01 InnoDB: The InnoDB memory heap is disabled
120614 14:26:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
120614 14:26:01 InnoDB: Compressed tables use zlib 1.2.3
120614 14:26:01 InnoDB: Using Linux native AIO
120614 14:26:01 InnoDB: Initializing buffer pool, size = 128.0M
120614 14:26:01 InnoDB: Completed initialization of buffer pool
120614 14:26:01 InnoDB: highest supported file format is Barracuda.
120614 14:26:01 InnoDB: Waiting for the background threads to start
120614 14:26:02 InnoDB: 1.1.5 started; log sequence number 28131236
120614 14:26:02 [ERROR] Aborting

Does anyone have any suggestions where to look? It was working just fine then poof!

Thanks much for any advice.
 
Back
Top