I set up phpMyAdmin in its own ibay and virtual domain. Found my password but am getting my user name refused. What user name is it looking for: I have listed the config.inc.php3 below with user names in and passwords in two differand places.
// The $cfgServers array starts with $cfgServers[1]. Do not use $cfgServers[0].
// You can disable a server config entry by setting host to ''.
$cfgServers[1]['host'] = 'localhost'; // MySQL hostname
$cfgServers[1]['port'] = ''; // MySQL port - leave blank for default port
$cfgServers[1]['adv_auth'] = true; // Use advanced authentication?
$cfgServers[1]['stduser'] = 'root'; // MySQL standard user (only needed with advanced$
$cfgServers[1]['stdpass'] = 'ldv8972'; // MySQL standard password (only needed with adva$
$cfgServers[1]['user'] = 'admin'; // MySQL user (only needed with basic auth)
$cfgServers[1]['password'] = '05707571'; // MySQL password (only needed with basic auth)
$cfgServers[1]['only_db'] = ''; // If set to a db-name, only this db is accessible
$cfgServers[1]['verbose'] = ''; // Verbose name for this host - leave blank to sh$
TIA
