FUDforum provides out of the box support for PostgreSQL databases.
One of the following PHP drivers must be implemented to enable Postgres support:
Manual command line example to create a database for your forum:
$ ./psql -U postgres Password for user postgres: psql.bin (10.3) Type "help" for help. postgres=# create database fudforum; CREATE DATABASE postgres=# create user fudforum; CREATE ROLE postgres=# alter role fudforum with password 'your_secret_password'; ALTER ROLE postgres=# grant all privileges on database fudforum to fudforum; GRANT postgres=# alter database fudforum owner to fudforum; ALTER DATABASE
Supported database types | |
---|---|
DB2 | CUBRID | Firebird | MySQL | PostgreSQL | Oracle | SQLite | SQL Server | |
|
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Can't contact the database server: Cannot return last error, no db connection)