运行没有数据库的Drupal 7网站

时间:2022-09-12 08:34:58

I have developed a beautiful website in Drupal 7. During hosting it to main server, I realized that the server doesn't have any database facility in it. It has php support only. I want to host the website here.

我开发了一个漂亮的Drupal 7网站。在托管主服务器期间,我意识到服务器中没有任何数据库设施。它只支持php。我想在这里主持这个网站。

I found some converter to convert php into html but this doesn't seems a good choice.

我找到了一些将php转换成html的转换器,但这似乎不是一个好的选择。

Somebody please tell me the better options for this scenario.

有人能告诉我这个方案的更好的选择吗?

2 个解决方案

#1


2  

If you had another server or access to another platform that does have Database technology, you could just use that as the database host. They don't have to be located on the same host. Look up services such as: FreeMysql Hosting

如果您有另一个服务器或访问另一个拥有数据库技术的平台,您可以将其用作数据库主机。它们不必位于同一个主机上。查找服务,如:FreeMysql托管

A google for "mysql host" would turn up quite a few options

“mysql host”的谷歌将会出现相当多的选项

With that said, I'd just move host as earlier suggested

话虽如此,我还是按之前的建议换了主持人

#2


0  

It is apparently possible to use some flat files instead of a database layer but it is not recommanded at all because of many aspects, space, performance, security, etc.... Some people are saying that every single people who has used flat files for BD and/or content management has regretted it in the end.

显然有可能使用一些平面文件而不是数据库层,但不推荐,因为许多方面,空间、性能、安全等....有些人说,每一个为BD和/或内容管理使用平面文件的人最终都会后悔。

As choroba said, change provider to get a DB.

正如choroba所说,更改提供程序以获得DB。

#1


2  

If you had another server or access to another platform that does have Database technology, you could just use that as the database host. They don't have to be located on the same host. Look up services such as: FreeMysql Hosting

如果您有另一个服务器或访问另一个拥有数据库技术的平台,您可以将其用作数据库主机。它们不必位于同一个主机上。查找服务,如:FreeMysql托管

A google for "mysql host" would turn up quite a few options

“mysql host”的谷歌将会出现相当多的选项

With that said, I'd just move host as earlier suggested

话虽如此,我还是按之前的建议换了主持人

#2


0  

It is apparently possible to use some flat files instead of a database layer but it is not recommanded at all because of many aspects, space, performance, security, etc.... Some people are saying that every single people who has used flat files for BD and/or content management has regretted it in the end.

显然有可能使用一些平面文件而不是数据库层,但不推荐,因为许多方面,空间、性能、安全等....有些人说,每一个为BD和/或内容管理使用平面文件的人最终都会后悔。

As choroba said, change provider to get a DB.

正如choroba所说,更改提供程序以获得DB。