42 |
// The controluser is also |
// The controluser is also |
43 |
// used for all relational |
// used for all relational |
44 |
// features (pmadb) |
// features (pmadb) |
45 |
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (valid choices: config, http, HTTP, signon or cookie) |
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (valid choices: config, http, HTTP, signon or cookie) |
46 |
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user |
$cfg['Servers'][$i]['user'] = ''; // MySQL user |
47 |
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed |
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed |
48 |
// with 'config' auth_type) |
// with 'config' auth_type) |
49 |
$cfg['Servers'][$i]['SignonSession'] = ''; // Session to use for 'signon' auth method |
$cfg['Servers'][$i]['SignonSession'] = ''; // Session to use for 'signon' auth method |