Hi list, I have 2 MySQL servers ver. 3.23.58, one is the master and the other one the slave, the slave was working until I modified the following lines in the master "my.cnf" file:

log-bin = /mnt/binlogs/masterBinLogs/sauron-bin

the directory and files have the following attributes:
drwxr-xr-x    2 mysql    mysql  masterBinLogs
-rw-rw----    1 mysql    mysql   sauron-bin.387

Now when I restart the slave I have the following error:

Slave: reconnected to master '[EMAIL PROTECTED]:3306',replication resumed in log 'sauron-bin.387' at position 712121279
Error reading packet from server: Could not find first log (server_errno=65535)


Did I miss something in the my.cnf file of each server?,

When I give the "SHOW MASTER LOGS"  command displayed this info:
+---------------------+
| Log_name         |
+---------------------+
| sauron-bin.387 |
| sauron-bin.388 |
| sauron-bin.389 |
+---------------------+


Thanks in advanced for your help, an I hope you can help me guys.

Mikel

_________________________________________________________________
Platica con tus amigos en linea con T1msn Messenger http://messenger.t1msn.com.mx/



-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to