mysqldump -d <databasename> > emptydb.sql
If eq is your database..
mysqldump -d eq > somefile.sql
-d tells it not to dump data, so you'll just end up with the table structs..
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
|