Whenever I try to start the SQLD service I get MySQL Daemon Failed to Start. I infact tried to "start" the service by doing the following:
[root@www1 ~]# service mysqld restart
mysqld stopped: [ OK ]
MySQL Daemon failed to start.
mysqld started: [FAILED]
[root@www1 ~]#
In my MySQL error log isnt any information the last entry is:
170314 3:24:59 [Note] /usr/libexec/mysqld: Normal shutdown
170314 3:24:59 [Note] Event Scheduler: Purging the queue. 0 events
170314 3:25:01 [Warning] /usr/libexec/mysqld: Forcing close of thread 1605619 user: 'admin'
170314 3:25:01 [Warning] /usr/libexec/mysqld: Forcing close of thread 1605617 user: 'admin'
170314 3:25:01 [Warning] /usr/libexec/mysqld: Forcing close of thread 13 user: 'admin'
170314 3:25:06 InnoDB: Starting shutdown...
170314 3:25:08 InnoDB: Waiting for 35 pages to be flushed
170314 3:25:46 InnoDB: Shutdown completed; log sequence number 26624434202
170314 3:25:47 [Note] /usr/libexec/mysqld: Shutdown complete
170314 03:25:50 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
I've tried to start mysql in safemode
[root@www1 log]# mysqld_safe
170314 09:36:39 mysqld_safe Logging to '/var/log/mysqld.log'.
170314 09:36:39 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
170314 09:36:39 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
[root@www1 log]#
SELinux is disabled on my centos maschine. Can anyone help me? EDIT: There is no update last night.