MySQL Forums
Forum List  »  Backup

Re: How to generate the creation schema of all tables in a database?
Posted by: Felix Geerinckx
Date: April 21, 2005 04:11AM

yudong.sun wrote:

> I want to export all table creation schema of a
> mysql database. What command can do that in a run?
>
>
> mysqldump exports all data which I don't need.

It doesn't when you specify the aptly named --no-data option.

--
felix

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to generate the creation schema of all tables in a database?
7098
April 21, 2005 04:11AM
6444
May 04, 2005 11:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.