Android Question Run app MySQL database on AWS?

Jimdriver2

Member
Licensed User
Longtime User
I'm thinking of aiming to get my apps working with online databases. MySQL seems to be the best option from the little I've read and AWS seems like an ideal place to host them.

Has anyone done this already? Is there any documentation out there for how I could do this in B4A?

Thanks.
 

josejad

Expert
Licensed User
Longtime User
Hi Jimdriver:

I think B4A has nothing to do with this. Just read how to setup an AWS server with Mysql. (probably it's not the easiest way of having an mysql database)
Then use some of the several ways of connecting to mysql, the recommended way is jRDC2, but you can try with php, or jdbcSQL.
 
Upvote 0
Top