MySQL Workbench 5.2.27 GA Available

We're proud to announce the next release of MySQL Workbench, version 5.2.27. This is the second maintenance release for 5.2 GA (Generally Available). This maintenance release does not introduce any new features, but focuses on general product improvement and usability.  We hope you will make MySQL Workbench your preferred tool for Design, Development, and Administration of your MySQL database applications. As always, we want to thank everyone for the great feedback we have received. This helps us to continuously improve and extend the functionality and stability of MySQL Workbench - please keep up on approaching us with any ideas to develop our product even further. MySQL Workbench 5.2 GA Data Modeling Query (replaces the old MySQL Query Browser) Administration (replaces the old MySQL Administrator) Please get ...

MySQL Workbench Plugin: Execute Query to Text Output

In MySQL Workbench 5.2.26 a new query execution command is available, where query output is sent as text to the text Output tab of the SQL Editor. Some MySQL Workbench users liked the “Results to Text” option available in Microsoft SQL Server Management Studio. Cool thing is with a few lines of Python we implemented this command using the SQL Editor scripting API. For full documentation on scripting and plugin development, refer to the documentation pointers page. In this post, you will learn: Python script for implementing “Results to Text” How you can customize the script to deliver your own customized results format command. Execute Query to Text (accessible from Query -> Execute (All or Selection) to Text), will execute the query you typed in textual ...

MySQL Workbench 5.2.26 GA Available

We’re happy to announce the release of MySQL Workbench 5.2.26. This is the first maintenance release for 5.2 GA (Generally Available). We have fixed a number of bugs and made some improvements under the hood. We hope you will make MySQL Workbench your preferred tool for Design, Development, and Administration of your MySQL database applications. We want to thank everyone for the great feedback we have received. This helps us to continuously improve and extend the functionality and stability of MySQL Workbench - please keep up on approaching us with any ideas to develop our product even further. MySQL Workbench 5.2 GA Data Modeling Query (replaces the old MySQL Query Administration (replaces the old MySQL Administrator) Please get your copy from our Download site. Sources and ...

MySQL Workbench 5.2.25 released, goes GA

Dear MySQL Users, We’re pleased to announce the release of MySQL Workbench 5.2.25  This release is GA (Generally Available). We hope you will make MySQL Workbench your preferred tool for Design, Development, and Administration of your MySQL database applications. Special thanks go to all the great MySQL Beta Testers that provided valuable ideas, insights, and bug reports to the Workbench Team. Your beta feedback truly helped us improve the product. MySQL Workbench 5.2 GA provides: • Data Modeling • Query (replaces the old MySQL Query Browser) • Administration (replaces the old MySQL Administrator) Please get your copy from our Download site. Sources and binary packages are available for several platforms, including Windows, Mac OS X and Linux. To get started quickly, please take a look at this ...

MySQL Workbench 5.2.24 RC

Dear MySQL Users, We’re happy to announce the 3rd Release Candidate (RC) of MySQL Workbench. Version 5.2.24 includes fixes for more than 70 issues. MySQL Workbench 5.2 RC provides: • Data Modeling • Query (replaces the old MySQL Query Browser) • Administration (replaces the old MySQL Administrator) if you are a current user of MySQL Query Browser or MySQL Administrator, we look forward to your feedback on all the new capabilities we are delivering in a single unified MySQL Workbench As always, you will find binaries for the various platforms on our download pages. Please get your copy from our Download http://dev.mysql.com/downloads/workbench/ To get started quickly, please take a look at this short tutorial. MySQL Workbench 5.2 RC Tutorial http://wb.mysql.com/?p=406 Please be aware that this release is still a in-development version – so please ...

MySQL Workbench 5.2.22 RC 2 Available

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 ...

MySQL Workbench Wins Top 10 Placing

Jack Wallen from TechRepublic put together a Top-10 list of his favorite cross-platform applications. It is humbling to find MySQL Workbench in the company of such popular products like FireFox, Chrome, and Open Office. Find his full list of applications here. We can learn a lot from the other app in that list, e.g. we also want to be like FireFox in building a big set of community developed plugins. That is the reason we designed MySQL Workbench in a modular way and made it fully scriptable. We are currently in the process of updating the documentation of how to write plugins and the scripting API. Watch out for more posts on this topic soon.

MySQL Workbench 5.2.21 RC Available

Dear MySQL Users, We're happy to announce the first Release Candidate (RC) of MySQL Workbench. Version 5.2.21 includes many improvements and fixes for 62 bugs. We have introduced a new ease of use feature on the Workbench Home screen - the Plug-in Starter area – top left hand side. The icons listed in that area are used to get quick access to the most popular plug-ins that have been written for MySQL Workbench, either by us or the community. If you are planning to write a plug-in for Workbench, now is the right time to get started! We will be updating the documentation in the next week or 2 with all the details on how to write your own plug-in. MySQL Workbench designed in a ...

MySQL Workbench 5.2.20 Beta 10 Available

Announcing a new beta 10 release of MySQL Workbench. Version 5.2.20 includes new fixes for 49 bugs (P1 - 1, P2 - 7 , P3 - 39, P4 - 2) A few new tips you might try. Some have been in the last 2 betas - but in case you haven't noticed: Once connected in SQL Editor - type control-T or command-T to add a new editor Tab In the SQL Editor run a select. Highlight a cell (one with an image blob preferably) and right click (or command click) and select "Open Value in Viewer" or another option. In a results set -- select multiple rows -- right click and "copy row content" Click on snippets. Click on the selector and look at DDL ...

MySQL Workbench 5.2.19 Beta 9 Available

Just one week after the latest Beta we are now releasing the next followup build WB 5.2.19 that again fixes a number of issues found in the last Betas. Since beta 8 we were able to close another 32 bugs (P1 - 2, P2 - 4 , P3 - 26). A big "thank you" to all the people who have been testing MySQL Workbench 5.2 alphas and betas and taking the time to file bugs and provide valuable feedback. MySQL Workbench 5.2 Beta 5 provides: Data Modeling Query (upgrade from MySQL Query Browser) Admin (upgrade from MySQL Administrator) if you are a current user of MySQL Query Browser or MySQL Administrator, we look forward to your feedback on all the new capabilities we are delivering in ...