Chris Aitken writes:
> Hi all,
> 
> 
> Just a real quick question about using mysqldump. Should I shutdown mysql 
> before running mysqldump, or can I successfully do a mysqldump of my whole 
> database while mysql is still running/processing records.
> 
> 
> I have a very big database, and want to go a daily dump backup, but I 
> really dont want to have any downtime to process the backup.
> 
> 
> 
> Any info would be appreciated.
> 
> 
> 
> Chris
> 
> 
> 
> --
>      Chris Aitken - Administration/Database Designer - IDEAL Internet
>   email: [EMAIL PROTECTED]  phone: +61 2 4628 8888  fax: +61 2 4628 8890
>               __-----------------------------------------__
>                       # ln -s /dev/null /bin/laden
>           If you don't like my typing, all flames to /bin/laden


Hi!

mysqldump will not work without mysql server. Just use --opt option
when running mysqldump. 

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   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