MySQL on a laptop for remote workers - MyISAM keeps corrupting
- by Jonathon
We have an application that is used by remote, mobile workers. It intalls WAMP (Server2Go) on a laptop and uses MySQL to store data locally. All tables are MyISAM. Once a day, the workers sync the database to our central server via HTTP scripts that query the data and post it to our site.
The problem is that many of these laptop database tables…