Where can I get a cheap database, no web hosting needed
- by PhilipK
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.*