mysql 删除 主从信息 原来配置的是主从同步,现在不需要了,想去掉从服务器 进入mysql mysql> slave stop; mysql>reset slave; mysql>change master to master_host=' ';