Re: Auto SQL

2005-04-11 Thread Wolfram Kraus
Winanjaya wrote: Dear MySQL Experts, I am using MySQL 4.1, I have a database with more than 100 tables inside, is there any 3rd party tools that can help me to create a SQL statement of "CREATE TABLE blah blah blah" for each table in my DB . please advise Regards Winanjaya mysqldump -d --add-drop-

Re: Auto SQL

2005-04-11 Thread John Doe
Hi Winanjaya Am Montag, 11. April 2005 09.50 schrieb Winanjaya: > I am using MySQL 4.1, I have a database with more than 100 tables inside, > is there any 3rd party tools that can help me to create a SQL statement of > "CREATE TABLE blah blah blah" for each table in my DB . please advise Here's a

Re: Auto SQL

2005-04-11 Thread Martijn Tonies
Hi, > I am using MySQL 4.1, I have a database with more than 100 tables inside, is > there any 3rd party tools that can help me to create a SQL statement of > "CREATE TABLE blah blah blah" for each table in my DB . please advise If you're running Windows, you might want to check out our tool Data

RE: Auto SQL

2005-04-11 Thread Winanjaya
PM To: mysql@lists.mysql.com Subject: Re: Auto SQL From: "Winanjaya" > I am using MySQL 4.1, I have a database with more than 100 tables inside, is > there any 3rd party tools that can help me to create a SQL statement of > "CREATE TABLE blah blah blah" for each table in m

Re: Auto SQL

2005-04-11 Thread Jigal van Hemert
From: "Winanjaya" > I am using MySQL 4.1, I have a database with more than 100 tables inside, is > there any 3rd party tools that can help me to create a SQL statement of > "CREATE TABLE blah blah blah" for each table in my DB . please advise I think many MySQL management tools can help you do thi