https://doc.tiki.org/AndroPHP
http://android.stackexchange.com/questions/74976/how-can-i-install-mysql-on-my-android-devices
There are good and bad choices available for the design of my system and MySQL seems to be the best available. I need it to run client/serverand support stored procedures & triggers and a host of otherfeatures. But I also need a database that will run single-user onmobile devices when off-line, then synchronize with the on-line serverwhen reconnected to the Internet. The only database provided withAndroid is SQLite - which doesn't even come close to providing thefeatures required. Also, installing MySQL on Android devices would mean that I wouldn't have to support any incompatibilities between twodifferent databases. I do not need other features installed (HTMLserver, PHP, etc)... just MySQL. How can I get that installed (and with my apps(s)) and have it work easily and efficiently (and not have toroot or install a new ROM on the device)?
http://stackoverflow.com/questions/6571911/running-amp-apache-mysql-php-on-android
I currently work on an open source e-commerce platform(www.oscmax.com) and I am trying to work out if I can deploy an offlineversion that can run on an tablet. I was hoping to use an iPad but this has proved very difficult (impossible?)
a) Does anyone know of an AMP (apache mysql php) version that will run on a tablet - eg. Android?
The idea is to have a local version of the online store that salesreps can use when selling to wholesale customers that will store theorders locally until they find a WiFi or 3G signal at which point itwill merge the new records into the webserver.
If I could get Apache, MySQL and PHP to run locally (like it doesusing WAMP, MAMP, LAMP, etc.) it would be great as the app would beusable without an internet connection.
Regards,