equal
deleted
inserted
replaced
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 |