Description:
MySQL server keeps on shutting downs. After reviewing the Error page it tells me to send the error to bugs.mysql.
note that the sequence number error has multiple error.
here is the end of the error file:
2018-01-04 00:57:59 fc0 InnoDB: Error: page 98326 log sequence number 1384060631035
InnoDB: is in the future! Current system log sequence number 1375396352534.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
InnoDB: for more information.
2018-01-04 01:01:53 5104 [Note] Plugin 'FEDERATED' is disabled.
2018-01-04 01:01:53 414 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2018-01-04 01:01:53 5104 [Note] InnoDB: Using atomics to ref count buffer pool pages
2018-01-04 01:01:53 5104 [Note] InnoDB: The InnoDB memory heap is disabled
2018-01-04 01:01:53 5104 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-01-04 01:01:53 5104 [Note] InnoDB: Memory barrier is not used
2018-01-04 01:01:53 5104 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-01-04 01:01:53 5104 [Note] InnoDB: Not using CPU crc32 instructions
2018-01-04 01:01:53 5104 [Note] InnoDB: Initializing buffer pool, size = 2.0G
2018-01-04 01:01:53 5104 [Note] InnoDB: Completed initialization of buffer pool
2018-01-04 01:01:54 5104 [Note] InnoDB: Highest supported file format is Barracuda.
2018-01-04 01:01:54 5104 [Note] InnoDB: The log sequence numbers 1375396352163 and 1375396352163 in ibdata files do not match the log sequence number 1375396352534 in the ib_logfiles!
2018-01-04 01:01:54 5104 [Note] InnoDB: Database was not shutdown normally!
2018-01-04 01:01:54 5104 [Note] InnoDB: Starting crash recovery.
2018-01-04 01:01:54 5104 [Note] InnoDB: Reading tablespace information from the .ibd files...
How to repeat:
I don't know.