1 頁 (共 1 頁)

phpBB 3.1 的麻煩

發表於 : 2014.03.09 週日 11:52 PM
chienwen
phpBB 未來的 3.1 版有一個很麻煩的問題要解決,就是這個版本目前仍不支援 MySQL/MariaDB,只支援 PostgreSQL:
https://blog.phpbb.com/2014/02/10/phpbb-3-1-alpha3-preview-release/ 寫: PHP version 5.3.3 or greater
PHP’s json extension
Only PostgreSQL versions 8.3 and above are supported
按照 Mediawiki 的說法, MySQL 轉 PostgreSQL 很簡單,但是 PostgreSQL 轉回 MySQL 不容易:
http://www.mediawiki.org/wiki/Manual:PostgreSQL 寫: From PostgreSQL to MySQL
This is generally not recommended as converting from Postgres data types back to MySQL is not as simple an operation as the reverse.
Mediawiki 須要 MariaDB,phpBB 吵著要 PostgreSQL,傷腦筋~~~