On Tue, 18 Feb 2003 09:23:52 -0800, you wrote:

>Greetings all,
>
>Is there an easy way to pull out the schema of a MySQL for viewing??

You want the tables and the relationships between them? Not easy to get
the links because of the lack of foreign keys in MySQL.

If you want a table, "DESC tablename".

If you want to capture the create statements for the tables, "mysqldump
-d databasename > filename.sql"


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to