fix PHP styling on extension/admin
[dokuwiki.git] / _test / mysql.conf.php.dist
blobea6ecefafb2faae430119911858636db36c4f9a7
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'] = 'localhost';
7 $conf['port'] = 3306;
8 $conf['user'] = 'root';
9 $conf['pass'] = '';