在 WebFaction 中使用 Django 和 MySQL

发布于 2024-10-21 03:51:16 字数 165 浏览 3 评论 0原文

我是 webfaction 的新用户,并且有一些主要在 mediatemple 服务器中编写 python Web 应用程序的经验,尽管我不是服务器管理方面的专家。我一直使用 MySQL 作为我的数据提供者。阅读WebFaction文档,教程中数据库引擎的选择是postgreSQL。使用其他数据库引擎有什么限制吗?

I'm a new user in webfaction and have some experience writing python web apps mostly in mediatemple servers, although I'm not an expert in server administration. I've always used MySQL as my data provider. Reading the WebFaction documentation, the choice for database engine in the tutorial is postgreSQL. Is any restriction about using any other database engine?.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

夜血缘 2024-10-28 03:51:16

快速谷歌搜索显示 WebFaction 也使用 MySQL。

http://docs.webfaction.com/user-guide/databases.html

只需从下拉列表中选择 MySql 而不是 PostgreSQL。

事实上,现在我已经登录了,我发现它是默认选择。

在此处输入图像描述

A quick google search reveals WebFaction uses MySQL as well.

http://docs.webfaction.com/user-guide/databases.html

Just select MySql from the dropdown instead of PostgreSQL.

In fact, now that I've logged in, I see it's the default choice.

enter image description here

千紇 2024-10-28 03:51:16

不,一点也不。我在 WebFaction 上运行的应用程序使用两者达到相同的效果。在我成为 WebFaction 用户的大约 2 年里,我还没有遇到任何人建议其中一个具有更少的负载/产生更好的性能,而在我的环境中肯定不是这种情况。因此,请根据个人喜好或项目要求选择两者中的哪一个。

如果您仍有任何疑问,可以在 WebFaction 社区 页面上询问他们。工作人员总是很乐意详尽、详细地解答您的任何问题。这是一个 SO Q&A 克隆版,所以您应该有宾至如归的感觉。

No, not at all. I have apps running on WebFaction that use both to the same effect. In some ~2 years that I've been a WebFaction user, I haven't encountered anyone that suggested that one or the other has less load/yields better performances and that certainly hasn't been the case in my environment. So make it a choice of personal preferences or project requirements which of the two you take.

If you still have any concerns, you can ask them on the WebFaction Community page. The staff members are always happy to exhaustively address any of your questions in full detail. It's a SO Q&A clone, so you should be feeling right at home.

菩提树下叶撕阳。 2024-10-28 03:51:16

我上次检查过(我是一个活跃的 Django/MySQL/Webfaction 用户),如果你愿意,你可以使用 MySQL。您可以指定 django.db.backends.mysql 作为数据库引擎。

The last I checked (and I'm an active Django/MySQL/Webfaction user), you can use MySQL if you like. You would specify django.db.backends.mysql as you DB engine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文