21 Jan 2008, 5:26pm
/dev/random
by

2 comments

MySQLDump: Dumping Just the Schema

I always forget the syntax for just dumping the schema of a database:

~/: mysqldump -u root -pmypassword test_database --no-data=true --add-drop-table=false > test_dump.sql