var fDesc=new Array(); fDesc[0] = "dbForge Studio for MySQL is a multi-featured IDE that covers nearly every aspect of MySQL and MariaDB development, management, administration, data analysis, and reporting. The rich feature set of the Studio is augmented by a clean and intuitive GUI and CLI-powered automation capabilities.

Key features:

Database Development. dbForge Studio for MySQL offers quite a few features to streamline routine SQL coding and ensure the high quality of the output. For example:
*SQL coding assistance
*Query Profiler
*MySQL Debugger
*Visual Query Builder

Source Control. Using dbForge Studio for MySQL, you can set up and streamline effective version control of database schemas and static table data.

Database Design. In terms of database design, the Studio provides visual object editors and handy functionality that helps you visualize databases on entity-relationship diagrams.

Database Management. The Studio delivers a set of features for effective and versatile database management. Some of them are:
*Database comparison and synchronization
*Data management
*Data import and export to multiple formats

Automation. dbForge Studio for MySQL delivers tools for the automation of routine database tasks via CLI.
Data Analysis & Reporting. dbForge Studio for MySQL facilitates data aggregation, analysis, and reporting. For instance:
*Data search on live databases
*Data reports and pivot tables
*Master-Detail Browser

Database Administration. There are also integrated features to ensure quick and smooth database administration. These include:
*Security Manager
*Session Manager
*Backup and recovery"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }