I have made an Android app that has an external database, using WAMP and MySQL.
In my app, the users will have to first register or login into my app to use it.
Right now I have this external database running locally on my laptop, but at the time when I will publish my app I should place that external DB on the internet.
So where is the best place to place my external DB on the internet for free, where my app users can get connected?
There are many free mysql hosting sites out there, http://www.000webhost.com and http://www.host1free.com I have tried. They limit you to the amount of databases but should do the trick for free too as requested. Just register and set up your databases as needed and upload the correct server scripts then add the address to your android app. Good luck 🙂