Tech

Migrating Database to MySQL

The exponential growth of Open Source & MySQL database management has prompted corporations, government and private agencies including educational institutions to shun huge traditional and expensive desktop-based proprietary databases to much more cost effective systems. However, migration of databases remains a huge challenge and as a result many organizations are training their staff in order to reap the benefits moving to alternative database management system like MySQL.

This article will provide an insight on making the transition from traditional database system to MySQL a smooth affair.

MySQL has been around here for over 14 years with footprints in as many as 26 countries. As of today there are over 11 million MySQL installations. It has become the most popular open source database with over 50-70,000 daily downloads. With an ever growing number of enterprise customers, MySQL has been offering MySQL Enterprise for high-end customers who wanted top-notch software, support, and allied services. For its enterprise customers, MySQL offers enterprise certified software, 24×7 support besides monitoring of every MySQL Servers irrespective of geographic location, regular updates and hot fixes. Their world-class service has attracted IT companies like HP, Dell, Novell and others to become resellers of MySQL Enterprise to their clients. 

For doubters who want references and validation that MySQL is a  dependable system for high-end business solutions, they can look at MySQL’s massive customer base, which include every big names such as Yahoo, Google, Facebook, Bank of America, Weather Channel, Sage, Amazon, Ticketmaster and many more in different industries..

A simple and straightforward approach to database migration process involves the following steps: 

  1. Export the table definitions along with indexes & constraints from source database in form of SQL statements 
  2. Convert SQL statements into that of the destination format and then import to the targeted database
  3. Export data from the source database into an intermediate storage like comma separated values (CSV) files
  4. Transform the data as per the destination format and then load it directly to the target database
  5. Extract the views, stored procedures or functions and triggers from the original database in the form of SQL statements and code
  6. Convert the statements and code as per the destination format and load to the target database

There is another way of database migration recommended by MySQL Migration Toolkit. This method uses a GUI tool to automatically convert any source database reverse engineered via the tool to a MySQL counterpart, completed with every datatype translations and other similar conversions. Users have complete control over the objects that are being migrated in addition to having clear view on to how MySQL specific designations – what storage engine to use. MySQL Migration Toolkit objectively supports these data formats: FoxPro/DBF, MS Access, IBM DB2, MS Excel, Oracle ,MS SQL Server,  SQLite and PostgreSQL.

 

 

Close
Close