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

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

html - Cut text on left side inside button while centering -

php - Hide Categories from WordPress Dashboard by ID and Custom Post Type -