<balteo,
Sunday, April 07, 2002, 3:50:05 PM, you wrote:

b> 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 where mysqldump stopped.

b> It is on this second point that I would be grateful to get some help.  My
b> question is specifically: how does one know the value of the parameter
b> "position" to pass on to mysqlbinlog?

Option "--position" points on position in the log file where binlog
reading begins.
To get more info use: mysqlbinlog --help

b> Thanks in advance,
b> Balteo.




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to