ERROR 1201 (HY000): Could not initialize master
时间:2010-07-27 来源:sss0213
环境,由于工作需要在测试机上先停掉,mysql-master,在slave端:
|
重新设定同步状态:
mysql> |
出现了题目中的错误
解决办法:
mysql> slave stop; mysql> reset slave; Query OK, 0 rows affected,(0.00 sec)
|
mysql> change master to master_host='192.168.0.10', master_user='replication',master_password='123456',master_log_file='updatelog.000004',master_log_pos=106; |