PDA

View Full Version : MySQL dump with DROP TABLES


aza
11-17-02, 09:53 PM
Which parameters should I add to my MySQLdump command from cronjob to automatically add DROP TABLE statements to the actual dump file?

TIA.

HalfaBee
11-19-02, 04:23 AM
You need to add --add-drop-table

You might want to get a copy of the manual from www.mysql.com

HalfaBee