2018-03-30 2:06:19 139671858284288 [Note] InnoDB: Dumping buffer pool(s) not yet started
 2018-03-30 2:06:19 139672598403328 [Note] Plugin ‘FEEDBACK’ is disabled.
 2018-03-30 2:06:19 139672598403328 [Note] Recovering after a crash using tc.log
 2018-03-30 2:06:19 139672598403328 [ERROR] Can’t init tc log
 2018-03-30 2:06:19 139672598403328 [ERROR] Aborting
Was getting above error in mysql errorlog
The solution to this issue was just to go ahead and delete tc.log
rm -rf /var/lib/mysql/tc.log
Went ahead and restart mysql.. Mysql was online
root@server lib]# rm -rf /var/lib/mysql/tc.log
 [root@server lib]# /etc/init.d/mysql restart
 MySQL server PID file could not be found! [FAILED]
 Starting MySQL.180330 02:07:40 mysqld_safe Logging to ‘/var/lib/mysql/server.cpanel.com.err’.
 180330 02:07:40 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
 [ OK ]
 [root@server lib]#
 



