Loading

Configuring a database for use with Mingle

Before you can install Mingle, you must install a database for Mingle to use. Mingle is recommended to be installed with PostgreSQL (versions 8.3 or 8.4). Oracle 10g is also supported.

Starting with Mingle 3.0 MySQL will no longer be supported. All existing MySQL users will need to migrate their data to Postgres or Oracle before upgrading to Mingle 3.0. See here for help migrating to Postgres or Oracle.

Installing PostgreSQL

You can download PostgreSQL from http://www.postgresql.org. You may install either version 8.3 or 8.4.

How to install PostgreSQL for Windows

How to install PostgreSQL for Mac OSX

How to install PostgreSQL for general Linux/Unix

Creating the Mingle database

Once you've finished installing PostgreSQL, start the PostgreSQL server. Create a database called mingle before installing Mingle.

Create the mingle database so that it uses the UTF-8 character set. This is usually the default character set. If you have configured PostgreSQL to use a different character set, you will need to explicitly specify that the mingle database should use the UTF-8 character set.

Installing Oracle

After configuring the database, you can now install Mingle.