Konstantin,
Friday, March 29, 2002, 11:31:23 AM, you wrote:

KY> I want to ask about binary log - what kind of info it
KY> writes and how I can use it. Is this info is connected
KY> with  optimizing mysql work.

mysqld writes in a log file all SQL commands that update data and info about how long 
every query on data change was in progress. 

You can use binary log to repair tables. Binary log is also 
used in replication. You can find more info about binary log 
if you check the following links:
     http://www.mysql.com/doc/B/i/Binary_log.html
     http://www.mysql.com/doc/B/a/Backup.html
     http://www.mysql.com/doc/R/e/Replication_HOWTO.html
     
KY> Thanks.
KY> Kosyo






-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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