首页 > 数据库技术 > 详细

安装运行mariadb时错误:gtid_slave_pos

时间:2015-12-07 14:01:37      阅读:5021      评论:0      收藏:0      [点我收藏+]

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

 

安装运行mariadb时错误:gtid_slave_pos

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!