精简windows zip包后出现错误:

Failed to load slave replication state from table mysql.gtid_slave_pos: 1932: Table 'mysql.gtid_slave_pos' doesn't exist in engine

InnoDB: Cannot open table mysql/gtid_slave_pos from the internal data dictionary of InnoDB though the .frm file for the table exists.

只需要把 data/ibdata1 这个文件复制回去就可以了。

 

再者出现:(不影响使用)

InnoDB: New log files created

只需要把 data/ib_logfile0,data/ib_logfile1文件复制回去。

 

相关文章:

  • 2021-12-31
  • 2021-11-09
  • 2021-05-04
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2021-10-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-14
  • 2021-07-08
  • 2021-10-11
  • 2022-02-08
  • 2021-07-20
  • 2021-11-21
相关资源
相似解决方案