I do the follow statement: [EMAIL PROTECTED] mysql]# /usr/bin/mysqlbinlog -h192.168.55.55 -uroot -R --to-last-log /var/lib/mysql/1.000001
But the results are: ----------------------------------------------------------------------------------- /*!40019 SET @@session.max_insert_delayed_threads=0*/; /*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/; Got error reading packet from server: Could not find first log file name in binary log index file # End of log file ROLLBACK /* added by mysqlbinlog */; /*!50003 SET [EMAIL PROTECTED]/; ----------------------------------------------------------------------------------- But the information about the binary log index(1.index) is very clear:./1.000001,./000002,./1.000003 Why?