Database Sync

admin

Administrator
Staff member
hi all..

i've the following problem:

i've a local database and a mysql database in the web. now i want to update the mysql database regularly with the changes made to the local database..
the local database is quite big (tables with 10000+ entrys..)

do i have to export the local database in a format such as dbase or something similiar and then write a script, which compares the mysql database with this dbase tables and updates the changed entries?
is their any other way of doing this??

thanks in advance!

florian.
 
Back
Top