Mobile app version of vmapp.org
Login or Join
Sent6035632

: Where can I get a cheap database, no web hosting needed Possible Duplicate: How to find web hosting that meets my requirements? I'm building an application which requires a fairly

@Sent6035632

Posted in: #Database #WebHosting

Possible Duplicate:
How to find web hosting that meets my requirements?




I'm building an application which requires a fairly small online MySQL database.

I don't need any web hosting. What are some cheap options for an online database?

****Edit(a bit more about what I'll be using it for)***

The database itself is very small it contains market statistics for 5 weeks of time. Once a week the data will be updated, so that it always contains the most recent 5 weeks.

*Then I will use the data in that to create an XML file which is generated with PHP. The XML file will need to be accessed hundreds-thousands of times per month.**

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent6035632

3 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

Google MySQL hosting... Most of the people who offer SQL only services also offer web hosting, and you may find the cheaper webhosts are less expensive than the SQL only offerings.

10% popularity Vote Up Vote Down


 

@Berumen354

Free Webhosting will also provide Free MYSQL database . So , You can use that service with out any problem as long as your free webhoster offers you service. you can try .

10% popularity Vote Up Vote Down


 

@RJPawlick198

To provide the best answer, it'd be great to know what kind of application we are dealing with. It's definitely cheap to pay for a regular, shared PHP+MySQL host, as long as you make sure excessive remote database usage doesn't violate their ToS.

I don't know what do you mean by "cheap" exactly, but if you are developing a commercial app, you should consider opting for some cloud or VPS service. Providers, such as Amazon AWS offer a fair price, and if you can afford it, it does a nice job. (If you have a low/moderate traffic, price of a database-cloud should be under 100 USD/Mo.) VPS is even cheaper.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme