MySQL Forums
Forum List  »  MySQL Administrator

Re: MySQL GUI Tool - BACKUP using command line
Posted by: Barry Galbraith
Date: October 23, 2009 08:52PM

Meir,

First things first. I'm not a representative of MySQL. I'm just a (happy) MySQL user.

For point-in-time recovery, you need to process the binlog file(s) with the commandline tool mysqlbinlog.

It can extract the commands from a binlog file into a format you can load with mysql commandline client.

See the Reference manual section on "Point-in-Time recovery".

I've given Workbench a quick look, and it doesn't seem suitable for the type of administration I do. MySQLAdministrator suits me fine.
I'm not aware of the proposed development path for Workbench.

Good luck.
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL GUI Tool - BACKUP using command line
October 23, 2009 08:52PM


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.