View difference between Paste ID: 0nrJ3zDS and MkAap5rm
SHOW: | | - or go back to the newest paste.
1
/*
2
 * m_mysql
3
 *
4
 * This module allows other modules to use MySQL.
5
 */
6
module
7
{
8
        name = "m_mysql"
9
10
        mysql
11
        {
12
                /* The name of this service. */
13
                name = "mysql/main"
14-
                database = "anope"
14+
                database = "anopedatabase"
15
                server = "127.0.0.1"
16
                username = "anope"
17-
                password = "4n0p3"
17+
                password = "password"
18
                port = 3306
19
        }
20
}