Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Backing up database

Quote Reply
Backing up database
Someone recommended I change this:

mysqldump --add-drop-table -uroot -ppassword dbname >
/path/to/database/dbname_sql.txt

To this:

mysqldump --opt -uroot -ppassword dbname >
/path/to/database/dbname_sql.txt

Saying that --opt adds a few more things into the backup. What is the difference between these two methods of backing up the database?

Jason
Subject Author Views Date
Thread Backing up database telemachus 2727 Apr 11, 2004, 5:10 AM
Post Re: [wickedmoon] Backing up database
Jagerman 2617 Apr 14, 2004, 1:39 PM