View Single Post
  #2  
Old 12-13-2002, 11:59 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

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.
Reply With Quote