Impossible d'installer phpMyAdmin 2.11.5
Bonjour,
Je n'arrive pas a installer phpmyadmin 2.11.5.
A chaque fois il m'affiche:
Citation:
Accés refusé
La raison probable est que vous n'avez pas créé de fichier de configuration.
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
Et pourtant je l'ai bien créé ce fichier de configuration. Il se trouve
dans le répertoire: http://localhost/phpmyadmin/config.inc.php
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
/* Servers configuration */
$i = 0;
/* Server localhost (config:root) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['controluser'] = 'root';
$cfg['Servers'][$i]['controlpass'] = '#######';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '#######'; |
je ne comprend pas d'où vient le pb. On dirait que phpmyadmin ne trouve
pas ce fichier.
Est ce que quelqu'un pourrait m'aider ?
Merci