var fDesc=new Array(); fDesc[0] = "dbForge Schema Compare for MySQL is a fast, easy-to-use tool to compare and synchronize structures of MySQL, MariaDB and Percona databases. The tool provides a comprehensive view of all differences between MySQL, MariaDB and Percona database schemas, generates clear and accurate SQL synchronization script that can be used to update database schema.

Key features:
* Includes support for MySQL
* Includes support for MariaDB
* Includes support for Percona
* Fast comparison of any databases, including extra-large ones
* Clear display of comparison results
* Capability to save and load comparison settings
* Filtering, sorting, grouping for efficient management of compared objects
* Text comparison feature shows DDL differences of compared objects
* Synchronization script preview for any compared object
* Schema synchronization wizard allows you to generate a standard-driven synchronization script with additional options
* Integrated SQL editor for advanced work with SQL scripts and query files
* Well-tested functionality, reliable and safe for your database."; 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 = ''; } }