shalcanleo / mysql2mysql

A tool to read from source mysql and load to destination mysql.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functions

1. input tables of source;

2. check table exists in destination;

2.1 if not, create table in destination;

3. input where conditions;

4. load data from source;

5. insert data to destination;

About

A tool to read from source mysql and load to destination mysql.


Languages

Language:Java 66.8%Language:Shell 26.1%Language:Scala 7.2%