ฉันสังเกตเห็นใน Codex ว่าตัวเลือก --add-drop-table แสดงขึ้นสำหรับการสำรองฐานข้อมูล ก่อนที่ฉันจะทำอะไรผิดพลาดนี่หมายความว่าเมื่อมีการนำเข้าข้อมูลสำรองในที่สุดตารางจะเขียนทับหากมีอยู่ในปลายทาง db หรือไม่
ฉันไม่ต้องการวางตารางเมื่อสำรองข้อมูล!
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