Database Copier
Package:
Summary:
Copy tables between MySQL databases
Groups:
Author:
Description:
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, connec 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.
It can access a MySQL server, list its tables, query the table record data, connec 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.
Comments are closed.