回忆之城
生命在于折腾
posts - 575,comments - 9,trackbacks - 0
<2013年8月>
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567

常用链接

留言簿(5)

随笔分类(628)

随笔档案(575)

文章分类(5)

收藏夹

interesting

testing blog

搜索

  •  

最新评论

阅读排行榜

评论排行榜

执行

change master to master_host='ip', master_port=3306, master_user='xxx',master_password='xxx', master_log_file='mysql-bin.000012',master_log_pos=107;

抛出错误

ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the MySQL error log


解决办法:

stop slave;

reset slave;

posted on 2015-10-14 15:49 回忆之城 阅读(196) 评论(0)  编辑 收藏 引用 所属分类: unix/linux数据库服务器配置
只有注册用户登录后才能发表评论。