Automatic Backup and Restore MySQL db from Web Server to Local Machine

Posted by Rhepungus on Stack Overflow See other posts from Stack Overflow or by Rhepungus
Published on 2010-04-16T14:40:22Z Indexed on 2010/04/16 14:43 UTC
Read the original article Hit count: 120

Filed under:

I have a web app that is supposed to be run on a single local machine (kiosk display), but I want the option to let a user make changes on the web (from any PC) and update the instance on their local PC (kiosk display). From what i imagine, the MySQL instance on the web will just be replace the MySQL instance on the local (kiosk display) machine.

Does anyone know of a way to do this? I am open to a product or coding it myself...

I will appreciate any info or brainstorm.

Thanks.

© Stack Overflow or respective owner

Related posts about mysql