Jump to content

Need help in synchronizing local database with online database using php


rishibala143

Recommended Posts

Hi

 

I am developing a project for online movie ticket booking. My client requirement is that they have to issue tickets in counter and users can also book tickets through online. The counter machine dont have any net connection they are attached to one server and the server is connected with net.

 

I dont have any idea where can i maintain the database. The user can book tickets If they shutdown the local server also. Is there any possible to synchronize the local database with online database. Please give some ideas...

These commands could be used in the shell exec function in php (on a linux os):

 

mysqldump database_name | mysql -h destination.server.address database_name

 

Just remember to add the other parameters (e.g. login, password, etc)

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.