PostgreSQL数据库安装wordpress
Do I really need MySQL?
You certainly need MySQL (version 3.23.23 or newer) to power your WordPress blog. MySQL is a relational database, and WordPress works only with MySQL.
Can I use a database other than MySQL?
Other databases are not supported at the moment.
There are several other excellent database storage engines, such as PostgreSQL and SQLite that WordPress is interested in supporting in the future. Suppporting multiple databases is trickier than it sounds and is not under active development, although there are plenty of architectural discussions about the best approach to take. Approaches for increasing the number of supported databases are discussed at Using Alternative Databases. There is a PostgreSQL port of WordPress available called WordPress-Pg.
这原是wordpress中文文档中的原文,是说WORDPRESS必须要有MySQL,但有一个叫WordPress-Pg的博客程序支持PostgreSQL,可能是ORDPRESS的分支,你可以去试试
WordPress-Pg:http://wordpress-pg.sourceforge.net/
其他人还看了
本文标签: PostgreSQL



