I am using mysql5.6 workbench. I have a schema and many tables in this schema. Now I need to get the complete schema on my other system for which I need the script. I created all the tables without running the script so I don't have script. But now I want to generate the script from the workbench so that I can run it on another system.
please suggest me how I can get this script from mysql workbench 5.2CE.
Also please help me to get it out in a .sql file format script.