MySQL Workbench Manual  /  Extending Workbench  /  The Workbench Scripting Shell

C.5 The Workbench Scripting Shell

The Workbench Scripting Shell provides a means for entering and executing Python scripts. Through the use of the scripting shell, MySQL Workbench can support new behavior and data sources using code written in Python. The shell can also be used to explore the current Workbench Generic RunTime (GRT) facilities.

The scripting shell is not only useful for expanding MySQL Workbench. You can use a script file from the scripting shell command line to perform repetitive tasks programmatically.

Note

MySQL also has a product named MySQL Utilities, which is different than Workbench Scripting Shell.