On 26-Jul-2003 Priscilla Walther wrote:

<snipage>

> 
> We have a very large MySQL database, and the designer of the database no
> longer works for us.  I need to re-create the same table structure, but
> without the content, on a separate machine.
> 
> Is there some kind of export command that will export that info to a file
> without the contents of the tables themselves?
> 

$ mysqldump -d dbname

Regards,
-- 
Don Read                                     [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.
                            (53kr33t w0rdz: sql table query)


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to