Written by Sean Behan on Sun Jun 17th 2012

Output .sql file for MySQL but without the drop table syntax before table name use the --skip-add-drop-table flag

mysqldump -u root -p database_name --skip-add-drop-table --skip-lock-tables > database_name.sql

Tagged with..
#Databases #flags #MySQL #mysqldump #syntax #Databases

Just finishing up brewing up some fresh ground comments...