canmove, Confirmed users
1,173
edits
(putting the new constants in for replication) |
(puttng back the correct constants section) |
||
| Line 69: | Line 69: | ||
<pre> | <pre> | ||
define(' | define('WEAVE_MYSQL_AUTH_HOST', '<db host>'); | ||
define(' | define('WEAVE_MYSQL_AUTH_DB', '<db name>'); | ||
define('WEAVE_MYSQL_AUTH_USER', '<db username>'); | |||
define(' | define('WEAVE_MYSQL_AUTH_PASS', '<db password>'); | ||
define(' | |||
</pre> | </pre> | ||