MySQL Forums
Forum List  »  Data Recovery

How restore BD with bin file!!
Posted by: Lucas LucasAhcor
Date: January 24, 2013 04:20AM

Deleted some records from a table in my database. And I tried to search the internet, and saw on the binary files found in the / wamp/bin/mysql/mysql5.5.24/data.
The names:
mysql-bin.000001
mysql-bin.000002
.....
mysql-bin.000011
mysql-bin.000012


I tried using the command below, but failed. No warning message appears. As shown at the bottom of the image page.

mysqlbinlog mysql-bin.000001> C:/binlog
or
mysqlbinlog mysql-bin.000001> C:/binlog.txt
or
mysqlbinlog mysql-bin.000001> C:/binlog.sql


the image: http://img266.imageshack.us/img266/9625/mysqlj.png

Options: ReplyQuote


Subject
Views
Written By
Posted
How restore BD with bin file!!
3114
January 24, 2013 04:20AM


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.