Boaz,
Sunday, March 17, 2002, 4:24:33 PM, you wrote:

BY> 1. I was wondering if there is any way to backup MySQL information other
BY> than MySQLDump?

There are mysqlhotcopy, mysqldump utilities, BACKUP TABLE and SELECT
.. INTO OUTFILE statements. You can read about database backups in the
manual:
      http://www.mysql.com/doc/B/a/Backup.html
About mysqldump at:
      http://www.mysql.com/doc/m/y/mysqldump.html
About mysqlhotcopy at:
      http://www.mysql.com/doc/m/y/mysqlhotcopy.html
About BACKUP TABLE at:
      http://www.mysql.com/doc/B/A/BACKUP_TABLE.html
About SELECT .. INTO OUTFILE at:
      http://www.mysql.com/doc/B/A/BACKUP_TABLE.html

BY> 2. MySQLDump seems to overload the system. Is there a way to use
BY> MySQLDump without overloading?

Try to use mysqldump with '-q' option - sometimes it helps.

BY> berber





-- 
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