Solution: MySQL Master-Master Replication Fails With ERROR 1200 (HY000) on Master Solución: MySQL Maestro-Master Replication falla con ERROR 1200 (HY000) en Master
When you try MySQL master-master replication with two (or more) servers you may often find that in the process of configuring the original master to also act as a slave server (start slave), it fails with the following error: Cuando usted intenta dominar MySQL-replicación maestro con dos (o más) servidores usted puede encontrar a menudo que en el proceso de configuración de la maestra original también para actuar como un servidor esclavo (slave inicio), no con el siguiente error:
mysql> start slave; mysql> START SLAVE;
ERROR 1200 (HY000): The server is not configured as slave; fix in config file or with CHANGE MASTER TO ERROR 1200 (HY000): El servidor no está configurado como esclavo; fijar en el archivo de configuración o con CHANGE MASTER TO
To rectify it locate and delete the master.info file and restart the mysql server. Para rectificar es localizar y borrar el fichero master.info y reiniciar el servidor mysql. Now try to start slave and it should work. Ahora intento iniciar esclavo y debería funcionar. In short on my machine I did: En pocas palabras en mi máquina que hice:
rm /var/lib/mysql/master.info rm / var / lib / mysql / master.info
Filed under Filed under Database Base de datos , Database Replication Base de datos de replicación , Enterprise Software Enterprise Software , Headline News Headline News , How To Cómo , Linux , MySQL , Open Source Software Open Source Software , RDBMS | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artículo |
Email this Article Enviar artículo
You may also like to read También puede leer |




