Jump to content

Database Syncing


cheechm

Recommended Posts

What is the best way to do this?

 

One is an offline server, which can access the online server, and the other is an online server.

 

I thought the way to do it is save an update of the database tables (which have been changed) and save it to a file on the webserver, and then everytime a person logs on the offline part of the site, it checks to see if it has the latest database file, and if not updates.

 

Although that will probably get slower as the database grows. What other way could I do it?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/122737-database-syncing/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.