Ciao, ho fatto come hai detto tu:
Il messaggio di errore ora è cambiato, mi dice:mysql> set password for 'root'@'localhost' = old_password('root');
Query OK, 0 rows affected (0.06 sec)
Il fatto è che tutto è configurato correttamente:Benvenuto in phpMyAdmin 2.6.1
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.
Errore
Messaggio di MySQL:
Impossibile connettersi: impostazioni non valide.
Non so che dire, non m'era mai capitato...Codice PHP:$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = 'root'; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = 'root'; // access to the "mysql/user"


Rispondi quotando
![Invia un messaggio tramite ICQ a Ja]{|e](images/misc/im_icq.gif)
