处理没有 mysql 的主机
我正在与一个好的网络主机打交道,但问题是他们将 mysql 限制为 1 个 25MB 的数据库。
问题是我需要更多,但目前无法支付更多费用。
是否有任何解决方案,例如 .dat 文件或具有基本管理功能的任何类型的平面文件数据库。
我不会很大,但它必须有很多数据库,因为我必须在该托管计划上运行多个网站。
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有 SQLite
There's SQLite
我认为您可能正在寻找的是 SQLite...
I think what you might be looking for is SQLite...
正如其他人指出的那样,尽管您需要了解限制,但 SQLite 是一个考虑因素:
http://www.sqlite.org/limits.html sqlite.org/limits.html
如果您使用的是 Windows Server 系统(不太可能,但有可能),您可以使用 Access,并使用 ODBC 连接:
http://www.w3schools.com/PHP/php_db_odbc.asp
另外,也许是 Firebird:
http://www.firebirdsql.org/
不过,在深入了解之前请注意一些事项。
认真考虑是否可以将它们全部存储在一起,或者也许寻找另一个可以帮助使其更便宜的提供商。例如,我喜欢 Dreamhost(5 个数据库每月 8.95 美元),尽管我最喜欢的提供商是 MediaTemple,我用了好几年了,每月费用约为 22 美元。还有其他类似的竞争者,甚至是亚马逊网络服务。
As others note, SQLite is a consideration, although you will want to be aware of limitations:
http://www.sqlite.org/limits.html
If you are on a Windows Server system (not likely, but possible), you can use Access, and connect with ODBC:
http://www.w3schools.com/PHP/php_db_odbc.asp
Also, maybe Firebird:
http://www.firebirdsql.org/
However, just note some things before you get too far into it.
Seriously consider whether you can store it all together, or maybe look into another provider which can help make it more affordable. For instance, I've liked Dreamhost ($8.95/month for 5 databases), although my favorite provider is MediaTemple, who I used for several years and cost about $22/month. There are others out there that are similarly competitive, even Amazon Web Services.