xref: /dokuwiki/_test/mysql.conf.php.dist (revision 0b1bbbbb7d4e3c531cd255dbf878ce27d5967a0c)
1<?php
2/**
3 * This configures the access to a mysql database. The user needs to have permissions
4 * to create and drop databases.
5 */
6$conf['host'] = '127.0.0.1';
7$conf['port'] = 3306;
8$conf['user'] = 'root';
9$conf['pass'] = '';
10