mysql - Access denied for user 'admin'@'localhost' (using password: YES) -


i have error when try log in in localhost/phpmyadmin:

 mysqli_real_connect(): (hy000/1045): access denied user 'admin'@'localhost' (using password: yes) 

this phpmyadmin/config.inc

$cfg['servers'][$i]['auth_type'] = 'cookie'; $cfg['servers'][$i]['user'] = 'admin'; $cfg['servers'][$i]['password'] = 'admin'; $cfg['servers'][$i]['extension'] = 'mysqli'; $cfg['servers'][$i]['allownopassword'] = true; $cfg['lang'] = '';  /* bind localhost ipv4 address , tcp */ $cfg['servers'][$i]['host'] = '127.0.0.1'; $cfg['servers'][$i]['connect_type'] = 'tcp';  /* user advanced features */ $cfg['servers'][$i]['controluser'] = 'pma'; $cfg['servers'][$i]['controlpass'] = ''; 

anyone can me?


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -