Cursussen/Courses Codesnippets     Top 
MySQL workbench - Forward Engineer


1. Start
Via the menu entry “Database – Forward Engineer” you can start the wizard to have a MySQL database generated from the model. A SQL script is created that is executed by the MySQL server.


2. Options
You can adjust the options to influence the way the SQL script is compiled.


3. Select objects
You can disable some components by removing the check mark.


4.SQL script
You can check the SQL script and make any changes. You can copy the script to the clipboard or save it to a file for later use.


5. Run
The script is executed in the database.


6. Check
You can check this with the tool “PHPMyAdmin” that you will find in the MySQL tool you are using (“UwAmp”, “XAMPP” or “WampServer”).