- 论坛徽章:
- 0
|
急急急!导入大表过程中本本电池耗完自动关机,重启机器mysqld无法启动。。- sudo /etc/init.d/mysqld start
复制代码- Starting MySQL.....Manager of pid-file quit without updatin[FAILED]
复制代码- sudo /etc/init.d/mysqld status
复制代码- MySQL is not running, but lock exists [FAILED]
复制代码 日志信息:- 120321 01:18:41 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
- 120321 1:18:41 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
- 120321 1:18:41 [Warning] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-slave-statements have no effect if --log_slow_queries is not set
- 120321 1:18:41 [Note] Plugin 'FEDERATED' is disabled.
- 120321 1:18:41 InnoDB: Initializing buffer pool, size = 2.0G
- 120321 1:18:41 InnoDB: Completed initialization of buffer pool
- InnoDB: Log scan progressed past the checkpoint lsn 16 3634558071
- 120321 1:18:42 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...
- InnoDB: Doing recovery: scanned up to log sequence number 16 3639800832
- InnoDB: Doing recovery: scanned up to log sequence number 16 3640983625
- InnoDB: 1 transaction(s) which must be rolled back or cleaned up
- InnoDB: in total 50083976 row operations to undo
- InnoDB: Trx id counter is 0 4352
- 120321 1:18:43 InnoDB: Starting an apply batch of log records to the database...
- InnoDB: Progress in percents: 0 1 2 InnoDB: Database page corruption on disk or a failed
- InnoDB: file read of page 16037.
- InnoDB: You may have to recover from a backup.
- 120321 1:18:45 InnoDB: Page dump in ascii and hex (16384 bytes):
- len 16384; hex ffa1794000003ea5000536d00004c81700000010d8c3eacb45bf000000000000000000000025007b3e1883a2159b1d0515680002002801eb0000000000000f610000000000000000007f0000000000000000000...
复制代码 怎么办??以前发生这种情况,mysql会自动同步的,现在要怎么做才能让服务启动进行同步呀?? |
|