phpMyAdmin
 sql >> Base de données >  >> Database Tools >> phpMyAdmin

phpMyAdmin ne peut pas se connecter au serveur MySQL

Vous pouvez regarder pour résoudre votre problème
http://www.youtube. com/watch?v=BgcW4h6ZAro&t=7m21s
p/s :c'est une vidéo vietnamienne :)
dans config.inc.php vous modifiez le code suivant :

* First server
 */
$i++;
/* Authentication type */
$cfg['Servers'][$i]['verbose'] = 'mysql wampserver';
//uncomment this
$cfg['Servers'][$i]['auth_type'] = 'cookie';
//comment this
//$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
/* Server parameters */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysql if your server does not have mysqli */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

puis quittez wampserver, rouvrez wampserver, ouvrez PHPMyadmin, vous afficherez le formulaire de connexion :)