Saturday, April 18, 2009

SQLyog makes MySQL data synchronization and migration a piece of cake

SQLyog makes MySQL data synchronization and migration a piece of cake

Webyog, developers of SQLyog - the most popular GUI front-end to MySQL has partnered with MySQL AB. The partnership would enable Webyog to deliver the next generation of MySQL tools and utilities. Webyog develops products exclusively on the MySQL platform.

Today, Webyog has released SQLyog 3.6 - which includes SQLyog Job Agent ( SJA ) that enables - Zero Install" MySQL Data Synchronization.

SJA is a high-performance, multithreaded, multi platform application to automate and schedule Synchronization of Data between two MySQL hosts. On Windows, it is included with SQLyog 3.6 - the latest version of the award winning MySQL Client. The Linux version of SJA is FREE and can be downloaded fromhttp://www.webyog.com.

SJA does not require any installation at hosts running the MySQL server. You can use any host to run the SJA. For example you can use SJA to keep your production databases ( probably hosted with an ISP ) in complete sync with your test database located in your PC or LAN.

SJA uses an efficient algorithm to generate checksums to find out the changes. Therefore, only those rows that have been inserted, updated or deleted since the last sync are transferred between the hosts.

Additionally, you can configure SJA to detect changes only for specific rows and columns. For example ? you can exclude blob columns or include only those rows that fulfill a WHERE clause. This makes is an ideal tool to sync data even if there is limited bandwidth.

SJA is a command line tool that accepts a Job Definition file encoded in XML as one of the parameters. You can either create the Job Definition file manually or use one of the wizards included with SQLyog. If you use SQLyog to create your job files, you don't need to have any knowledge about XML or the Job Definition schema.

On Windows platforms, SQLyog uses the Task Scheduler services to schedule your jobs. On other platforms you can use the respective OS scheduling services, e.g - on Linux, you can use cron to schedule jobs.

Apart from regular administration tools, SQLyog also contains the following features:
- ODBC Import
- Migrate ORACLE, MS SQL, Sybase, DB2, Access, etc to MySQL with a powerful wizard based interface!
- Schema Synchronization Tool
- Automatically generate scripts to bring the table structures of two databases in sync.
- Relationship Manager
- Intuitive interface to create and manage relationships.

No comments: