Archive for the ‘SQL editor’ Category

MySQL Workbench 5.2.36: What’s New

Thursday, November 24th, 2011

MySQL Workbench 5.2.36 is now out and brings a lot of improvements across the board, with special focus on the Query Editor. We'll cover some of that here: Redesigned Query Editor The log of executed commands and server responses is now always visible while resultset grids and the query editor can be ...

MySQL Workbench: PHP development helper plugins

Friday, September 23rd, 2011

In the new MySQL Workbench 5.2.35, a plugin that will be of interest to PHP developers, both experienced and newbies, has been added. The plugin contains a couple of functions that allows you to create PHP code straight out of your current work in the Workbench SQL Editor, ready to be ...

MySQL Workbench Plugin: Execute Query to Text Output

Thursday, August 12th, 2010

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