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 -

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

ios - I get the error Property '...' not found on object of type '...' -