Help

Configuring a database for use with Mingle

Before you can install Mingle, you must configure a database for Mingle to use. Mingle is recommended to be installed with PostgreSQL (versions 8.2 or 8.3). MySQL 5.0 is also supported.

Installing PostgreSQL

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

How to install PostgreSQL for Windows

How to install PostgreSQL for Mac OSX

How to install PostgreSQL for general Unix

Creating the Mingle database

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

Installing MySQL

You can download MySQL from http://dev.mysql.com/downloads/mysql/5.0.html for your platform. We recommend version 5.0 to be compatible with Mingle.

If you intend to work in any language other than English, you must specify UTF-8 encoding when installing MySQL. We highly recommend selecting UTF-8 encoding even if you only work with English.

If you need more help installing MySQL, see the MySQL online reference guide.

How to install MySQL for Windows

How to install MySQL for Mac OSX

How to install MySQL for general Unix

Creating the Mingle database

Once you've installed MySQL, create a new database called mingle.

You must now start the MySQL service before installing Mingle (if it's not already running).

After configuring the database, you can now install Mingle.