Innovation Award
 April 2010
Winner |
Sometimes it is necessary to migrate MySQL databases between two servers.
Often it is employed the solution of dumping the origin database table to SQL file that is executed in the destination server. However this solution is usually very slow.
This class implements a faster solution that consists in querying the origin database and inserting the retrieved data in the destination database directly.
Manuel Lemos |
This class can be used to copy tables between MySQL databases.
It can access a MySQL server, list its tables, query the table record data, connect to another MySQL server and recreate the database tables with data copied from the first database.
The class can drop the destination tables with the same names if they already exist.
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.