mysql - Sync Local Database data to a remote Database -
i'm having system runs online. have make system run in localhost. original online system should updated once day. know tool can transfer local database data remote database mysql
use mysqldump
native mysql
tool create dump database , restore on other side ! (but depends on database size)
or can use replication
delay
window!
for how replicate mysql database follow article here !
Comments
Post a Comment