Originariamente inviato da gianiaz
hai messo user e pass nel file di config, e come $cfg['Servers'][$i]['auth_type'] hai specificato config?
ciao
questo è il pezzo del config.inc.php:
codice:
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'mypwd'; // 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
// It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['hide_db'] = ''; // Database name to be hidden from listings
$cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
questo è l'errore (#1045 e non #1251):
Benvenuto in phpMyAdmin 2.8.2
phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell'host, l'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall'amministratore del server MySQL.
Messaggio di MySQL: Documentazione
#1045 - Access denied for user 'root'@'localhost' (using password: YES)