我正在使用Windows 10.我最近安装Xampp到我的笔记本电脑,更改了Apache和MySql的端口号.它们都启动正常,但当我去phpMyAdmin我得到这个错误消息access denied
Here are MySql logs
请在这件事上协助我
我正在使用Windows 10.我最近安装Xampp到我的笔记本电脑,更改了Apache和MySql的端口号.它们都启动正常,但当我去phpMyAdmin我得到这个错误消息access denied
Here are MySql logs
请在这件事上协助我
3条答案
按热度按时间8yoxcaq71#
如果您在登录phpmyadmin时遇到#2002 Cannot log in to the MySQL server错误,请尝试编辑phpmyadmin/config.inc.php并更改:
$cfg['Servers'][$i]['host'] = 'localhost';
致:
$cfg['Servers'][$i]['host'] = '127.0.0.1';
来自Ryan的博客的解决方案
参考下面
phpMyAdmin is throwing a #2002 cannot log in to the mysql server phpmyadmin
w8ntj3qf2#
检查您是否使用Skype登录并取消选中端口号80,然后在Skype中再次登录检查此链接以获取说明http://el.web.id/how-to-solve-xampp-problem-port-80-443-in-use-by-skype-470
7eumitmz3#
这个问题通常出现在你尝试设置或更改mysql密码时。请尝试编辑phpmyadmin/config.inc.php和config.sample.inc.php文件。