Bonjour,
j'ai installé :
Apache 2.2.3 (Win32) ---------> Ca marche
PHP 5.2.9-2 ---------> Ca marche
MySQL 6.0.9 alpha (Win32) ---------> Ca marche
PhpMyAdmin 3.1.5 ---------> Ca marche pas
j'ai modifié le fichier config.inc.php et mis a jour :
-------------------------------------------------------------------------
$cfg['PmaAbsoluteUri'] = '';
en
$cfg['PmaAbsoluteUri'] = 'http://127.0.0.1/mysql';
------------------------------------------------------------------------
$cfg['blowfish_secret'] = '';
en
$cfg['blowfish_secret'] = 'une phrase longue par exemple';
------------------------------------------------------------------------
$cfg['Servers'][$i]['auth_type'] = 'config';
en
$cfg['Servers'][$i]['auth_type'] = 'cookie';
------------------------------------------------------------------------
$cfg['Servers'][$i]['user'] = 'root';
en
$cfg['Servers'][$i]['user'] = '';
------------------------------------------------------------------------
et apres j'accéde au 127.0.0.1/mysql/ ya rien,
qu'est qu'il y a, a modifier d'autre
PLZ help !!!!!!!!!!!!!!!!!!!!!!!!!!!!
