今天同事在启动slave的时候报错,报的是未知的master-host参数。
但看了一下其他的数据库没有问题,想到了是否是版本差异,看了一下起不来的数据库版本是5.5.20的,因此怀疑版本问题,查了一下文档,发现这个参数在5.5里面移出了,因此我们最终使用了Change变更了一下问题解决。
Obsolete options. The following options are removed in MySQL 5.5. If you attempt to start mysqld with any of these options in MySQL 5.5, the server aborts with an unknown variable error. To set the replication parameters formerly associated with these options, you must use the CHANGE MASTER TO ...
statement