Re: Help restoring data with mysqlbinlog

2002-04-12 Thread Victoria Reznichenko
Victoria, b> Thanks for replying. How does one know what parameter to pass on as b> "position", in other words how do I know from what point to start the b> roll-forward from the binlog? What's more what format is this parameter? b> (timestamp, integer??) Binary logs are now used mostly for re

Help restoring data with mysqlbinlog

2002-04-08 Thread balteo
Victoria, Thanks for replying. How does one know what parameter to pass on as "position", in other words how do I know from what point to start the roll-forward from the binlog? What's more what format is this parameter? (timestamp, integer??) Thanks, Balteo. P.S. I tried "mysqlbinlog --help" b

Re: Help restoring data with mysqlbinlog

2002-04-08 Thread Victoria Reznichenko
I am trying to restore some data from the binary log and I am not sure on b> how to proceed. b> I understand restoring data is a two-stage process: b> 1. You start by restoring data saved with mysqldump. b> 2. Using mysqlbinlog, you restore the data logged in the binary log from the b> point wh

Help restoring data with mysqlbinlog

2002-04-07 Thread balteo
Hello all, I am trying to restore some data from the binary log and I am not sure on how to proceed. I understand restoring data is a two-stage process: 1. You start by restoring data saved with mysqldump. 2. Using mysqlbinlog, you restore the data logged in the binary log from the point where