Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone know of an on-line free database? [closed]

Tags:

c#

database

I wrote an application that currently runs against a local instance of MySql. I would like to centralize the DB somewhere on the Net, and share my application.

But, I'm cheap, and don't want to pay for it. Does anyone know of a free on-line relational DB service that I could connect to via C#?

like image 505
Jay Mooney Avatar asked Aug 12 '08 14:08

Jay Mooney


2 Answers

What about http://www.freesql.org ? Seems like you can't be too picky when you're asking for free, and this seems to offer something.

like image 91
Chris Farmer Avatar answered Oct 19 '22 12:10

Chris Farmer


Oops, didn't read the question properly that time! :P

Haven't tried this yet, and their site says they had had a major crash recently, but it looks promising: http://www.freesql.org/

like image 2
Jon Limjap Avatar answered Oct 19 '22 14:10

Jon Limjap