Sync Local Microsoft MySQL database to remote mysq

2019-06-11 05:07发布

Hi i have a local mysql database that gets updated locally daily on windows machine. at the end of the day, i want a scheduled job to be called by windows that updates a remote mysql database with all the the new data ie compare and synchronize.

i have already created the test database on remote server and ive allowed remote access. i want simple program/solution that i could call on command line that updates remote database with new or changed records etc.

the local database is on a windows machine and remote database is on a webserver with debian.

1条回答
The star\"
2楼-- · 2019-06-11 06:06

MySQL allows replication: you wouldnt need to use a specific app, have you looked at http://dev.mysql.com/doc/refman/5.0/en/replication-howto.html

查看更多
登录 后发表回答