You can run mysqldump from the command line, if you only want the schema you
can do:

mysqldump -u username databasename -d -p > my.dump

man mysqldump to see more options.

or if you want you can try phpmyadmin at
http://www.phpwizard.net/projects/phpMyAdmin/ it is a web based admin tool
for mysql.

Hope that helps.


Thanks,

Sherwin Ang
Web Programmer / Systems Administrator
Alchemy Solutions
http://www.alchemy.com.ph
Creative. Technology.

Tridel Technologies, Inc.
7th Floor Hanston Building
Emerald Ave., Ortigas Center
Pasig City

Tel: (632) 634-5141/ (632) 634-5140 Local 1040
Fax: (632) 634-5139

----- Original Message -----
From: "Steven Wren" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2002 12:42 PM
Subject: print database schema


> Hello
>
> I was wondering if anyone knew of a program that would allow you to print
> out a complete database.  I have seen it on a PostGre DB, so I am sure
> MySQL should have something...
>
>
> cheers!
>
> Regards,
>
> ___________
> Steven Wren
> [EMAIL PROTECTED]
> http://www.server101.com
> Webhosting and E-commerce Solutions
>
> Phone : AU (07)38766 101
>         US  877 7762 101
> Fax   : +61 7 38763 101
>
> The world is not only stranger than we suppose,
> it is stranger than we can suppose.
> -J.B.S. Haldane
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to