<?php
/**
 * This configures the access to a mysql database. The user needs to have permissions
 * to create and drop databases.
 */
$conf['host'] = 'localhost';
$conf['port'] = 3306;
$conf['user'] = 'root';
$conf['pass'] = '';
