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...

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.