Mysql binlog: help needed
Date: January 10, 2012 11:15PM
I encountered the following challenges in point in time recovery.
created a table tt1;
added some records.
took full backup
Accidently Edited some records.
Now I try to recover using the following:
(a) restore previous backup
(b) use mysqlbinlog: mysqlbinlog --stop-datetime="2012-01-11 09:39:59" bin.000033 | mysql -u root -p
ERROR 1050 (42S01) at line 335: Table 'tt1' already exists
any ideas on this ?
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.