MySQL Dump options
Posted: Fri Oct 16, 2009 8:48 am
I'm trying to dump only the create statements from a database and only the insert statements with data, basically as two separate dumps. Any idea how to do this?
I've tried this:
But just say's there's an error in my sql... can't seem to figure it out.
I've tried this:
Code: Select all
mysqldump --complete-insert database_name