MySQL Forums
Forum List  »  Newbie

Re: Point-in-Time (Incremental) Recovery Using the Binary Log
Posted by: Gerard Roy Co
Date: September 03, 2014 08:47AM

Hi Guys,

Thank you for the reply.

forgot to mention that i'm not setting up replication, it's incremental backup recovery by enabling binlog

inside the my.ini
----------------------------
log-bin="C:binlog/bin-log"
binlog-do-db="dbname1"
expire_logs_days=10
max_binlog_size=10M
binlog-format = MIXED
----------------------------

during full backup using mysqldump i include, --single-transaction and --flush-logs then full backup restored new server. but when tried to restore the binlog by using the mysqlbinlog command then it returns the primary key error. Please help

Thanks

Options: ReplyQuote




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.