2020-09-07T11:19:32.951500+08:00 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
2020-09-07T11:19:32.951500+08:00 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
2020-09-07T11:19:32.951500+08:00 0 [Note] MySQL (mysqld 5.7.31-log) starting as process 5924 ...
2020-09-07T11:19:32.967125+08:00 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-09-07T11:19:32.967125+08:00 0 [Note] InnoDB: Uses event mutexes
2020-09-07T11:19:32.967125+08:00 0 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2020-09-07T11:19:32.967125+08:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-09-07T11:19:32.967125+08:00 0 [Note] InnoDB: Number of pools: 1
2020-09-07T11:19:32.967125+08:00 0 [Note] InnoDB: Not using CPU crc32 instructions
2020-09-07T11:19:32.982750+08:00 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
2020-09-07T11:19:33.014000+08:00 0 [Note] InnoDB: Completed initialization of buffer pool
2020-09-07T11:19:33.029625+08:00 0 [ERROR] InnoDB: Header page consists of zero bytes in datafile:xxx\data\ibdata1, Space ID:0, Flags: 0. Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting-datadict.html for how to resolve the issue.
2020-09-07T11:19:33.029625+08:00 0 [ERROR] InnoDB: Corrupted page [page id: space=0, page number=0] of datafile 'xxx\data\ibdata1' could not be found in the doublewrite buffer.
2020-09-07T11:19:33.029625+08:00 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption
2020-09-07T11:19:33.357750+08:00 0 [ERROR] Plugin 'InnoDB' init function returned error.
2020-09-07T11:19:33.357750+08:00 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2020-09-07T11:19:33.357750+08:00 0 [ERROR] Failed to initialize builtin plugins.
2020-09-07T11:19:33.357750+08:00 0 [ERROR] Aborting
2020-09-07T11:19:33.357750+08:00 0 [Note] Binlog end
2020-09-07T11:19:33.357750+08:00 0 [Note] Shutting down plugin 'CSV'
2020-09-07T11:19:33.373375+08:00 0 [Note] MySQL: Shutdown complete
已经试过删掉ibdata1,重新初始化数据库、再重新启动,依然还是报同样的错误,请问有遇到同样问题的吗?