MySQL Forums
Forum List  »  General

Re: Reverse Engineering
Posted by: Jim Winstead
Date: November 04, 2004 10:45AM

Phillemon Ikgopoleng wrote:
> Is there anyway one can see the SQL code for the
> database and the tables in MySQL.

You can use the SHOW CREATE TABLE command to see the CREATE TABLE statement for a particular table, if that is what you mean.

http://dev.mysql.com/doc/mysql/en/SHOW_CREATE_TABLE.html

Jim Winstead
MySQL/Sun

Options: ReplyQuote


Subject
Written By
Posted
November 04, 2004 09:08AM
Re: Reverse Engineering
November 04, 2004 10:45AM


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.