General questions about hosting services for MySQL

CidTek

Active Member
Licensed User
Longtime User
I would like to move my database to the cloud as it is too big for OTA updates even tho carrier data plan prices are coming down. Plus I want to separate updates to the software from updates to the database (transit schedules).

First of all, any recommendations for low cost hosting (its a free app). Amazon's offerings at first look are very confusing and their calculator uses language I don't even understand.

Database will about 50-60 megs since I plan on adding many more indexes than the current SQLITE version has. I have no idea on the usage traffic as its a local transit app that will probably take a while to even have 500 users (its a port to the Blackberry Z10).

Secondly since its a read only database I would like to create and populate it on my PC and then upload it. Is this possible?

Any easy way to locally host a MYSQL database on my PC for testing before making the big jump?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Any easy way to locally host a MYSQL database on my PC for testing before making the big jump?
You can use wamp:
WampServer, the web development platform on Windows - Apache, MySQL, PHP

Secondly since its a read only database I would like to create and populate it on my PC and then upload it. Is this possible?
I don't think that you can upload the complete database. However you can export it to one of the supported formats and then import it from the server.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…