Other databases
Installation
 

You can configure database connections under /protected/config/db_params.php for database/s. Make sure you have the appropriate PHP drivers (.so or .dll) and they have been enabled in PHP.ini file.

If using a prebuilt flavour above, you do not need to enable drivers as the installed database's drivers are pre-installed.

MySQL: mysql:host=localhost;dbname=testdb

SQL Server: mssql:host=localhost;dbname=testdb

Oracle: oci:dbname=//localhost:1521/testdb

PostgreSQL: pgsql:host=localhost;port=5432;dbname=testdb

SQLite: sqlite:/path/to/dbfile (e.g. /protected/data/testdrive.db)

Note: The desk comes tested only with MySQL and MS SQL. We are not able to support other databases at this time.