rishibala143 Posted March 18, 2010 Share Posted March 18, 2010 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... Quote Link to comment https://forums.phpfreaks.com/topic/195683-need-help-in-synchronizing-local-database-with-online-database-using-php/ Share on other sites More sharing options...
o3d Posted March 24, 2010 Share Posted March 24, 2010 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) Quote Link to comment https://forums.phpfreaks.com/topic/195683-need-help-in-synchronizing-local-database-with-online-database-using-php/#findComment-1031309 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.