phpMyAdmin access is done via http basic requests
This commit is contained in:
parent
b96086e423
commit
2c5510406c
@ -68,9 +68,9 @@ $cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user
|
||||
// The controluser is also
|
||||
// used for all relational
|
||||
// features (pmadb)
|
||||
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
|
||||
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
|
||||
$cfg['Servers'][$i]['password'] = 'WAMPMYSQLNEWPASSWORD'; // MySQL password (only needed
|
||||
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
|
||||
$cfg['Servers'][$i]['user'] = ''; // MySQL user
|
||||
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
|
||||
// with 'config' auth_type)
|
||||
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
|
||||
// this db is displayed in left frame
|
||||
|
||||
Loading…
Reference in New Issue
Block a user