ASK MySQL Daemon failed to start after update

Support/Development for MySQL, MariaDB, and other database systems
joniae
New Forum User
New Forum User
Posts: 1
Joined: Thu Aug 02, 2012 10:51 pm
Location: Indonesian

ASK MySQL Daemon failed to start after update

Unread post by joniae »

i have some problem with mysql after update php and mysql on Cent OS x86_64

Code: Select all

service mysqld restart
Stopping mysqld:                                           [  OK  ]
MySQL Daemon failed to start.
Starting mysqld:                                           [FAILED]

Code: Select all

# tail -n 30 /var/log/mysqld.log
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
120802 17:59:55  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
120802 17:59:55  InnoDB: Started; log sequence number 0 43655
120802 17:59:55 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.95'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
120802 17:59:58 [Note] /usr/libexec/mysqld: Normal shutdown

120802 17:59:58  InnoDB: Starting shutdown...
120802 17:59:58  InnoDB: Shutdown completed; log sequence number 0 43655
120802 17:59:58 [Note] /usr/libexec/mysqld: Shutdown complete

120802 17:59:58  mysqld ended

120802 17:59:59  mysqld started
120802 17:59:59  InnoDB: Started; log sequence number 0 43655
120802 17:59:59 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.95'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
120803  3:29:10 [Note] /usr/libexec/mysqld: Normal shutdown

120803  3:29:10  InnoDB: Starting shutdown...
120803  3:29:11  InnoDB: Shutdown completed; log sequence number 0 43655
120803  3:29:11 [Note] /usr/libexec/mysqld: Shutdown complete

120803 03:29:11  mysqld ended
Post Reply