I have total 3 databases.One is mysql and other 2 are of access type.
I have 10 tables in each of the databases.
I want to sync 2 tables from both access databases with mysql tables.
whatever updates are happening in access databases tables it should come in mysql tables
1. student- table name
2. school - table name
both are in database 1
1. contact details - table name
2. departments - table name
in database 2
1. student
2.school
3.contact details
4.departments
all four tables with same structure is in mysql
i want to sync the access data in mysql tables.
I have 10 tables in each of the databases.
I want to sync 2 tables from both access databases with mysql tables.
whatever updates are happening in access databases tables it should come in mysql tables
1. student- table name
2. school - table name
both are in database 1
1. contact details - table name
2. departments - table name
in database 2
1. student
2.school
3.contact details
4.departments
all four tables with same structure is in mysql
i want to sync the access data in mysql tables.
Comment