Charitha,
Thursday, April 04, 2002, 1:35:57 PM, you wrote:
C> I am having the mysql log file which is having all the queries which
C> affects the data base.
C> I have to restore those queries in the table in some remote server.
C> Is that possible.
Yes, you can update database from update logs using following command:
shell> ls -1 -t -r file_name.[0-9]* | xargs cat | mysql
You can read about it in the manual:
http://www.mysql.com/doc/U/p/Update_log.html
C> Any ideas are welcome.
C> Thanks in advance
--
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