Click here to Skip to main content
15,904,024 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends.
I have good knowledge on MS SQL Server but i am new to MySql.
As we can generate scripts of entire database in sql server management studio,
and now I am using MySql Workbench 6.1 , and i want to generate entire scripts(tables,stored procedures,functions,etc) of a hosted database. I googled and i found something like we can do this through Forward engineering. But I can't see the Forward Engineering Option in MySqlWorkbench 6.1.

Please guide me.

Thanks in Advance
-Sameer
Posted
Updated 29-Aug-17 21:57pm
v2

 
Share this answer
 
Comments
sameer549 4-Aug-14 3:35am    
Hi Mehdi, thanks for ur reply, i have already gone through this link, but i didn't found File->Export->Forward Engineer SQL CREATE Script option in workbench 6.1 . However i generated script using right click option by selecting all the tables,and stored procedures.
For MySql Developer, please follow following steps to generate the Script.

1=> Tools>Data Base Export> then will shown a popup.

2=> After PopUp do slelect the connection of databse where it needs to be moved, and
and Browse the Path where scripted .txt folder needs to be saved.

3=> then follow each steps with 'Next'>'Next'... option.. with all selected and
checked option( as per as requiremnt like, wether table,procedure,vies... only need to be generated in script).

4=> then at last click on 'Finsih' botton and then try to chekc the .txt script folder where it has been saved.

Note:- Please go through option you will get what steps you need to follow as per as requiremnt.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900