美文网首页
slave stop执行报错

slave stop执行报错

作者: 摸不去的尘 | 来源:发表于2016-11-26 20:44 被阅读108次
mysql> select version();
+-----------+
| version() |
+-----------+
| 5.6.32    |
+-----------+
1 row in set (0.00 sec)

mysql> slave stop;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'slave stop' at line 1
mysql> stop slave;
Query OK, 0 rows affected, 1 warning (0.00 sec)

在mysql-5.6版本的slave stop改为stop slave,而mysql-5.1版本的slave stop可以使用。


相关文章

网友评论

      本文标题:slave stop执行报错

      本文链接:https://www.haomeiwen.com/subject/heygpttx.html