inc/config-me.inc.php
changeset 10 68d13494519e
parent 8 47dd15d8bb8c
child 13 2ff220cfde13
equal deleted inserted replaced
9:d55459cd1712 10:68d13494519e
    12 //
    12 //
    13 // Your user with SELECT/INSERT/UPDATE/DELETE/CREATE access to $dbdatabase
    13 // Your user with SELECT/INSERT/UPDATE/DELETE/CREATE access to $dbdatabase
    14 $dbuser = '';
    14 $dbuser = '';
    15 
    15 
    16 //
    16 //
    17 // Youe password, the password for $dbuser
    17 // Your password, the password for $dbuser
    18 $dbpass = '';
    18 $dbpass = '';
    19 
    19 
    20 // Your database, the database you want to use for PowerDNS (or are already using)
    20 // Your database, the database you want to use for PowerDNS (or are already using)
    21 $dbdatabase   = '';
    21 $dbdatabase   = '';
    22 
    22