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

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

javascript - Chart.js - setting tooltip z-index -

how can i manage url using .htaccess in php? -