Mysql几乎每天都会崩溃,我需要重新启动MYSQL。自己的VPS 512MB内存,mysql日志:
131115 10:03:36 [Note] Plugin 'FEDERATED' is disabled.
131115 10:03:36 InnoDB: The InnoDB memory heap is disabled
131115 10:03:36 InnoDB: Mutexes and rw_locks use GCC atomic builtins
131115 10:03:36 InnoDB: Compressed tables use zlib 1.2.3.4
131115 10:03:36 InnoDB: Initializing buffer pool, size = 128.0M
131115 10:03:36 InnoDB: Completed initialization of buffer pool
131115 10:03:36 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
131115 10:03:36 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...发布于 2013-11-15 18:34:54
这个日志是关机还是启动?
我猜你的机器被异常关机了,这导致了日志损坏。因此,您的数据库文件不一致,因为mysqld没有正常停止,您的日志文件(持久性记录)也不一致,因为物理存储损坏。
https://stackoverflow.com/questions/19998837
复制相似问题