-----------
 Databases
-----------


The goal is not to help you setup your database for general use,
just how to setup the tables for CleverMail.


Requirements
""""""""""""

CleverMail currently supports any type of database supported by
PEAR's DB package.

MySql is the original database used to create CleverMail and should at
all times (most likely) work for sure.

You will need to have your database preconfigured and working on
your system before you get to this stage. For help with this, please
consult your database specific help files.


Installation
""""""""""""

You will need to setup several tables.

The database name itself can be anything but the best name for it is
just 'clevermail'.

The table names prefix also can be changed. For those who want to change
table names prefix, you'll also need to change the corresponding setting
in the 'admin/include/appconfig.php' file.

Table creation scripts are in the 'install/databases' directory.
