Mysqldump add drop table?
I notice in the Codex that the --add-drop-table option is displayed for backing up a database. Before I screw anything up, does this just mean that when the backup is eventually imported, the tables will overwrite if they exist in the destination db?
I don't want to drop the tables when I back them up!
user@linux:~/files/blog mysqldump --add-drop-table -h mysqlhostserver
-u mysqlusername -p databasename (tablename tablename tablename) | bzip2
-c blog.bak.sql.bz2
Enter password: (enter your mysql password)
user@linux~/files/blog
http://codex.wordpress.org/Backing_Up_Your_Database#Using_Straight_MySQL_Commands