查看mysql主从配置的状态及修正 slave不启动问题

一、查看master的状态 show master status;  //Position不该该为0 show processlist;   //state状态应该为Has sent all binlog to slave; waiting for binlog to be updated 二、查看slave状态 show slave status; //Slave_IO_Running 与 Sl
相关文章
相关标签/搜索