Welcome to Installation

With this option, it is possible to install phpBB3 onto your server.

In order to proceed, you will need your database settings. If you do not know your database settings, please contact your host and ask for them. You will not be able to continue without them. You need:

  • The Database Type - the database you will be using.
  • The Database server hostname or DSN - the address of the database server.
  • The Database server port - the port of the database server (most of the time this is not needed).
  • The Database name - the name of the database on the server.
  • The Database username and Database password - the login data to access the database.

Note: if you are installing using SQLite, you should enter the full path to your database file in the DSN field and leave the username and password fields blank. For security reasons, you should make sure that the database file is not stored in a location accessible from the web.

phpBB3 supports the following databases:

  • MySQL 3.23 or above (MySQLi supported)
  • PostgreSQL 7.3+
  • SQLite 2.8.2+
  • Firebird 2.1+
  • MS SQL Server 2000 or above (directly or via ODBC)
  • Oracle

Only those databases supported on your server will be displayed.

Proceed to next step