MySQL Developer Studio 1.50 Released!

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

MySQL Developer Studio 1.50 Released!

Post by Devart » Wed 02 Nov 2005 13:46

Dear users,

Core Lab team is glad to announce a release of the new MySQL Developer Studio version 1.50.
In this version all MySQL 5.0 objects are supported. User and privilege management, database export and import, trigger support and many more features were added.

MySQL Developer Studio 1.50 new features

User and Privileges Management
User Manager and Grant Manager allows you easily manipulate MySQL accounts and privileges.

Database Export/Import
Database Export Wizard provides you flexible export of a database or of some database objects to a script. Database export can be tuned with a lot of options. You can export objects' structure, tables' data or both of them. Database Import Wizard can import database from a script in a few clicks.

Trigger Support
MySQL Developer now supports triggers. You can use visual Trigger editor to create or edit them.

Script Support
Now you can edit or execute not only single queries but scripts too.

Stop Execution Feature
All queries and scripts are now executed asynchronously. You can continue work on other documents while executing script. At any time you can interrupt its execution pressing Stop execution button.

Execution of Selected SQL Fragment
You can now select and execute any part of script or query.

Data Export
Data Export Wizard provides you capability to export data to external format. Export to HTML, XML, MS Excel and Text format is supported. You can set different export options to change result file appearance.

Dynamic Data Viewing
Use Dynamic Data Viewing to view data of a table or view just by selecting it in DbExplorer.

Paginal Data Access Mode
If there are very many data in a table you can use Paginal Mode to view data in parts. You can set page row count to view as many records on the page as you wish.

LOB Viewer/Editor
LOB Viewer and Editor allow to view and edit BLOB and Text data in corresponding table fields.

Database Object Search
MySQL Developer allows to search for database objects by name and type. You can search for an object in specific databases or in the whole server.

Secure SSL and SSH Connections Support
You can now use SSL and SSH connection for secure working with data.

Query Plan Tool
With Query Plan Tool you can analyse select statements and improve table structure.

Duplicate Object
This feature allows to duplicate any database object into the same or another database.

DDL Generation Wizard
This wizard generates DDL script for selected database objects. You can select objects from one or several databases for DDL script generation.

Embedded Server Support
Connection to embedded server can be now established.

Tabbed Groups for Documents
You can open several tab groups with documents, resize them, move documents from one group to another, show only one document group.

Drag-n-Drop Files
You can now drop files on MySQL Developer window to open them.

There are also many MySQL Developer improvements.

We're looking forward to your comments and suggestions.

Core Lab development team
http://www.crlab.com/mysqldev

Locked