我注意到在Codex中显示了--add-drop-table选项,用于备份数据库。在我搞砸之前,这是否仅表示最终导入备份时,如果目标数据库中存在表,这些表将被覆盖?
我不想在备份表时放下它们!
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