Hi ,
my mysql server is 5.5.27, because of the disk issue the mysql shutdown. After 'fsck' fixed the disk , the mysql server cannot restart.
The error log is as below.
How to fix the problem and recover the database?
130730 10:09:27 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql5527/data
130730 10:09:28 [Note] Plugin 'FEDERATED' is disabled.
130730 10:09:28 InnoDB: The InnoDB memory heap is disabled
130730 10:09:28 InnoDB: Mutexes and rw_locks use Solaris atomic functions
130730 10:09:28 InnoDB: Compressed tables use zlib 1.2.3
130730 10:09:29 InnoDB: Initializing buffer pool, size = 17.6G
130730 10:09:34 InnoDB: Completed initialization of buffer pool
130730 10:09:34 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 48175901169285
130730 10:09:35 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Error: the size of single-table tablespace file ./pchk/min_0117.ibd
InnoDB: is only 0 9388, should be at least 65536!InnoDB: Error: the size of single-table tablespace file ./pchk/min_0203.ibd
InnoDB: is only 0 8718, should be at least 65536!InnoDB: Error: the size of single-table tablespace file ./pchk/min_0514.ibd
InnoDB: is only 0 50222, should be at least 65536!InnoDB: Error: the size of single-table tablespace file ./pchk/min_1105.ibd
InnoDB: is only 0 8820, should be at least 65536!InnoDB: Error: the size of single-table tablespace file ./pchk/min_1229
.ibd
InnoDB: is only 0 10013, should be at least 65536!InnoDB: Error: the size of single-table tablespace file ./pchk/gtp_0201.ibd
Thanks a lot.
my mysql server is 5.5.27, because of the disk issue the mysql shutdown. After 'fsck' fixed the disk , the mysql server cannot restart.
The error log is as below.
How to fix the problem and recover the database?
130730 10:09:27 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql5527/data
130730 10:09:28 [Note] Plugin 'FEDERATED' is disabled.
130730 10:09:28 InnoDB: The InnoDB memory heap is disabled
130730 10:09:28 InnoDB: Mutexes and rw_locks use Solaris atomic functions
130730 10:09:28 InnoDB: Compressed tables use zlib 1.2.3
130730 10:09:29 InnoDB: Initializing buffer pool, size = 17.6G
130730 10:09:34 InnoDB: Completed initialization of buffer pool
130730 10:09:34 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 48175901169285
130730 10:09:35 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Error: the size of single-table tablespace file ./pchk/min_0117.ibd
InnoDB: is only 0 9388, should be at least 65536!InnoDB: Error: the size of single-table tablespace file ./pchk/min_0203.ibd
InnoDB: is only 0 8718, should be at least 65536!InnoDB: Error: the size of single-table tablespace file ./pchk/min_0514.ibd
InnoDB: is only 0 50222, should be at least 65536!InnoDB: Error: the size of single-table tablespace file ./pchk/min_1105.ibd
InnoDB: is only 0 8820, should be at least 65536!InnoDB: Error: the size of single-table tablespace file ./pchk/min_1229
.ibd
InnoDB: is only 0 10013, should be at least 65536!InnoDB: Error: the size of single-table tablespace file ./pchk/gtp_0201.ibd
Thanks a lot.