C# 有人知道在线免费数据库吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8893/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Anyone know of an on-line free database?
提问by Jay Mooney
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.
我编写了一个当前针对 MySql 的本地实例运行的应用程序。我想将数据库集中在网络上的某个地方,并共享我的应用程序。
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#?
但是,我很便宜,不想为此付出代价。有谁知道我可以通过 C# 连接到的免费在线关系数据库服务?
采纳答案by Chris Farmer
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.
什么http://www.freesql.org?当你要求免费时,似乎你不能太挑剔,这似乎提供了一些东西。
回答by TheSmurf
I've never heard of such a thing. A few years ago, many hosts (Brinkster, etc) offered some minimal database capacity with their free web hosting accounts, but I think you'd find it difficult to find something like that now. Even if you could, most hosts no longer allow you to connect to a database (even on an account you're paying for) outside of a web application running on their server.
我从来没有听说过这样的事情。几年前,许多主机(Brinkster 等)通过他们的免费网络托管帐户提供了一些最小的数据库容量,但我认为您现在很难找到类似的东西。即使可以,大多数主机也不再允许您连接到在其服务器上运行的 Web 应用程序之外的数据库(即使是在您付费的帐户上)。
My advice would be to cobble together an old computer and use that as a database server that you run out of your house (coupled with no-ip or some similar service, probably). If you're going to need more horsepower/bandwidth than that, you'll probably just have to suck it up and pay for something.
我的建议是将一台旧计算机拼凑在一起,并将其用作您在家里用完的数据库服务器(可能与 no-ip 或一些类似的服务结合使用)。如果你需要比这更多的马力/带宽,你可能只需要接受它并支付一些费用。
回答by Patrik Svensson
Have you taken a look at http://creator.zoho.com/?
I haven't tested it myself but it might be a good idea to check it out.
你看过http://creator.zoho.com/吗?
我自己没有测试过,但检查一下可能是个好主意。
回答by Jon Limjap
Oops, didn't read the question properly that time! :P
糟糕,当时没有正确阅读问题!: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/
还没有尝试过这个,他们的网站说他们最近发生了一次重大崩溃,但看起来很有希望:http: //www.freesql.org/
回答by James Marshall
Sounds like you need Amazon SimpleDB...
听起来您需要Amazon SimpleDB...
It's not free, but pricing looks pretty good. I've not used it myself, but when I've got a bit of spare time I might use it for a project I'm working on.
它不是免费的,但价格看起来很不错。我自己没有使用过它,但是当我有一点空闲时间时,我可能会将它用于我正在从事的项目。
回答by Kjetil Myhre
Well, there is http://zymic.com/. They provide free hosting, which includes free databases. Not sure if you can connect to it from outside. You'll have to check that out.
嗯,有http://zymic.com/。他们提供免费托管,其中包括免费数据库。不确定是否可以从外部连接到它。你得检查一下。