repo.or.cz
/
dokuwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4230 from dokuwiki-translate/lang_update_830_1709550808
[dokuwiki.git]
/
_test
/
mysql.conf.php.dist
blob
49caed406af32ea3c06752e058b6deb4e51d6fef
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'] = '';