Dear MySQL Users,
We’re happy to announce the second Release Candidate (RC) of
MySQL Workbench.
Version 5.2.22 includes fixes for 76 bugs.
In case you didn’t know – MySQL Workbench is a modular product and is fully pluggable and scriptable. If you want to write a plug-in for Workbench 5.2, then stay tuned as we will be updating the documentation in the next week with all the details and examples you need on how to write your own plug-ins.
Plug-ins are great for extending or adding to workbench or for automating repetitive tasks. You can do things like adding to menus, exporting your Workbench models custom tailored for your coding environment, adding your own forms, and more. Python is our preferred scripting language but for simple scripts the Lua language can be used as well.
The first plug-in we added is called MySQL Doc Library. It can be used to read the MySQL Documentation offline and features …
[Read more]