configurar servidor para replicar bd
Publicado por Irene (6 intervenciones) el 13/07/2007 13:32:32
Hola a todos,
e estado siguiendo este maual: http://blyx.com/public/docs/databases/mysql-master-replica-howto.pdf para hacer una replica de mi servidor maestro a mi servidor esclavo.
En el momento en el que voy a ejecutar el comando (en el m aestro):
# mysqlbinlog /var/log/mysql/master-bin.000001
me salta el siguiente error:
/*!40019 SET @@session_max_insert_delayed_threads=0*/;
/*!50003 SET @OLD_COMPLETION_TYPE = @@COMPLETION_TYPE, COMPLETION_TYPE = 0*/;
mysqlbinlog: File '/var/log/mysql/master-bin.000001' not found (Errcode:2)
#End of log file
ROLLBACK /*added by mysqlbinlog*/;
/*!50003 SET COMPLETION_TYPE = @OLD_COMPLETION_TYPE*/;
sabeis por que puede ser??
Gracias
e estado siguiendo este maual: http://blyx.com/public/docs/databases/mysql-master-replica-howto.pdf para hacer una replica de mi servidor maestro a mi servidor esclavo.
En el momento en el que voy a ejecutar el comando (en el m aestro):
# mysqlbinlog /var/log/mysql/master-bin.000001
me salta el siguiente error:
/*!40019 SET @@session_max_insert_delayed_threads=0*/;
/*!50003 SET @OLD_COMPLETION_TYPE = @@COMPLETION_TYPE, COMPLETION_TYPE = 0*/;
mysqlbinlog: File '/var/log/mysql/master-bin.000001' not found (Errcode:2)
#End of log file
ROLLBACK /*added by mysqlbinlog*/;
/*!50003 SET COMPLETION_TYPE = @OLD_COMPLETION_TYPE*/;
sabeis por que puede ser??
Gracias
Valora esta pregunta


0