PDA

View Full Version : Generating INSERT Script for MySql database from exsisting tables


adi501
07-17-2008, 09:17 PM
Hi.

I want to generate insert script for a MySql Table. How can i do that?
I have generated the CREATE script by using the MySql QueryBrowser.

Can anyone suggest me any tool which generates the INSERT script for a table or any other way ?
Please elaborate ur reply as i dont have much knowledge in MySql as i am a Java developer.

Thanks in Advance.

demtron
07-18-2008, 01:53 AM
How about this:

http://www.aquafold.com/docs-script-generator.html

I found this by googling "mysql schema generator".

Hope that helps!