Salve,
Ho perso tutto il pomeriggio per cercare di installare correttamente il PHPMYADMIN senza riuscirci è per questo motivo che vi chiedo un piccolo aiuto, di seguito trovate parte del file
di configurazione dove penso possa essere il problema.
$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'] = 'cty21'; // access to the "mysql/user"
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'cty21'; // 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
L'installazione di mysql versione 4.1 è stata eseguita con le opzioni proposte dal software come password e stato indicato: cty21
Quindo ho copiato la cartella del PHPMYADMIN ver: 2.6.1-rc1 all'interno di C:\inetpub\wwroot\ chiamandola admin
ho configurato il file config.inc.php con le variabili precedentemente indicate, come risultato ho ottenuto il seguente errore; (Adesso c'è bisogno di una password per il file di configurazione (blowfish_secret)).
Mentre impostando la variabile $cfg['Servers'][$i]['auth_type'] = 'config'; ottengo il seguente errore #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
Come sistema operativo utilizzo XP con internet explorer.
Grazie a tutti