MySQL Forums
Forum List  »  Data Recovery

mysqlbinlog -d database issues
Posted by: Phil Hildebrand
Date: January 14, 2008 04:31PM

Has anyone had any issues with restoring to a point in time via mysqlbinlog -d <database> ? (need to restore database to point in time for one database only)

I'm using 5.1.22-rc, with the following command:


mysqlbinlog --stop-date "2008-01-10 07:00:00" -d "<dbname>" mysql-bin.000011 > test_restore.sql

The issue is I see commit statements for databases other than "<dbname>"

I found reference to a bug in 5.0 (http://bugs.mysql.com/bug.php?id=23890), but couldn't find any for 5.1.

Any ideas?

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqlbinlog -d database issues
4543
January 14, 2008 04:31PM


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.