MySQL 无法启动(掉电)Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint 2991577 an

2019-10-23T16:23:42.088250+08:00 0 [Note] /usr/sbin/mysqld (mysqld 5.7.27-log) starting as process 21271 ...
2019-10-23T16:23:42.094233+08:00 0 [Note] InnoDB: PUNCH HOLE support available
2019-10-23T16:23:42.094275+08:00 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-10-23T16:23:42.094280+08:00 0 [Note] InnoDB: Uses event mutexes
2019-10-23T16:23:42.094284+08:00 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2019-10-23T16:23:42.094287+08:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-10-23T16:23:42.094296+08:00 0 [Note] InnoDB: Using Linux native AIO
2019-10-23T16:23:42.094515+08:00 0 [Note] InnoDB: Number of pools: 1
2019-10-23T16:23:42.094604+08:00 0 [Note] InnoDB: Using CPU crc32 instructions
2019-10-23T16:23:42.096748+08:00 0 [Note] InnoDB: Initializing buffer pool, total size = 10G, instances = 1, chunk size = 128M
2019-10-23T16:23:42.096774+08:00 0 [Note] InnoDB: Setting NUMA memory policy to MPOL_INTERLEAVE
2019-10-23T16:23:44.169969+08:00 0 [Note] InnoDB: Setting NUMA memory policy to MPOL_DEFAULT
2019-10-23T16:23:44.181133+08:00 0 [Note] InnoDB: Completed initialization of buffer pool
2019-10-23T16:23:44.830032+08:00 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-10-23T16:23:44.863344+08:00 0 [Note] InnoDB: Highest supported file format is Barracuda.
2019-10-23T16:23:45.042843+08:00 0 [ERROR] InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint 2991577 and the end 2991104.
2019-10-23T16:23:45.044711+08:00 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2019-10-23T16:23:45.488032+08:00 0 [ERROR] Plugin 'InnoDB' init function returned error.

2019-10-23T16:23:45.496762+08:00 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2019-10-23T16:23:45.497341+08:00 0 [ERROR] Failed to initialize builtin plugins.
2019-10-23T16:23:45.497401+08:00 0 [ERROR] Aborting

2019-10-23T16:23:45.498515+08:00 0 [Note] Binlog end
2019-10-23T16:23:45.509421+08:00 0 [Note] Shutting down plugin 'CSV'
2019-10-23T16:23:45.568878+08:00 0 [Note] /usr/sbin/mysqld: Shutdown complete

2019-10-23T08:23:46.874634Z 0 [Warning] Could not increase number of max_open_files to more than 5000 (request: 65535)
2019-10-23T16:23:47.039030+08:00 0 [Note] /usr/sbin/mysqld (mysqld 5.7.27-log) starting as process 21325 ...
2019-10-23T16:23:47.051719+08:00 0 [Note] InnoDB: PUNCH HOLE support available

删除/var/lib/mysql目录下的ib_logfile0和ib_logfile1重新启动就可以了

发布了216 篇原创文章 · 获赞 89 · 访问量 45万+

猜你喜欢

转载自blog.csdn.net/eagle89/article/details/102704021