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.
- right click on schema
- select "send sql editor"
- 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
Post a Comment