how to get script of existing schema in mysql workbench -


i using mysql5.6 workbench. have schema , many tables in schema. need complete schema on other system need script. created tables without running script don't have script. want generate script workbench can run on system.

please suggest me how can script mysql workbench 5.2ce.

also please me out in .sql file format script.

  1. right click on schema
  2. select "send sql editor"
  3. select "create statement"

if want generate complete create script (i.e. including tables), select schema , tables (hold down ctrl multiselect), follow steps 1 through 3.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -