MySQL Workbench

2.5.2 Launching

To launch MySQL Workbench on macOS, open the Applications folder in the Finder, then double-click MySQL Workbench.

It is also possible to start MySQL Workbench from the command line:

shell> open MySQLWorkbench.app [options] [model_file]

Specifying options, a model file, or both is optional. For example:

shell> /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench

To show the available command-line options:

shell> /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench --help