Monk Datastore Overview

prev     tcon     next

cdb.csh

The cdb.csh script creates the Monk MySQL database.

Usage:

cdb.csh tablesDir dbName user password

tablesDir = Path to the tables directory produced by Prior.

dbName = Database name.

user = MySQL username.

password = MySQL password.

The script writes date/tiime stamps to stdout when it starts and when it ends.

Monk databases are typically very large. Make certain MySQL is configured appropriately. E.g., use the settings for "huge" databases. See the MySQL manaul for details.

prev     tcon     next