安装运行mariadb时错误:gtid_slave_pos

时间:2015-12-07 14:01:37   收藏:0   阅读:5021

精简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文件复制回去。

 

原文:http://www.cnblogs.com/osfipin/p/5025653.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!