MySQL Forums
Forum List  »  Data Recovery

mysqlbinlog recovery wrong !_!
Posted by: xu yang
Date: March 12, 2009 01:15AM

I use mysqlbinlog mysql-bin.0000xxx | mysql
got wrong message like this:
: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
I redirect to the file :
I use mysqlbinlog mysql-bin.0000xxx > test.sql
I check test.sql and find when exec like this:
SET /*!*/;
BEGIN
/*!*/;
it got wrong.
what is this?
what should I do?
thx always~!

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqlbinlog recovery wrong !_!
5176
March 12, 2009 01:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.