Digital Marketing

Generate a Script from a Diagram in MySQL Workbench

To generate a script from a diagram in MySQL Workbench:

  • Select File > Export > Forward Engineer SQL CREATE Script...
  • Enter a location to save the file (optional) and set options to include on the script (such as DROP statements etc), then click Continue
  • Exclude any objects by deselecting them, otherwise leave them as is, then click Continue
  • The script is generated. You can copy it to your clipboard or click Finish to save it to a file

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database