我在我的电脑上安装了xampp(linux操作系统3)。php工作正常,但当我打开http://localhost/phpmyadmin 在浏览器中显示错误2002-没有这样的文件或目录-服务器没有响应(或者本地服务器的套接字配置不正确)。错误如下所示
qzlgjiam1#
打开文件 config.inc.php 在任何文本编辑器中。找到这条线
config.inc.php
$cfg['Servers'][$i]['host'] = 'localhost';
把它改成
$cfg['Servers'][$i]['host'] = 'localhost:3307';
我在这个网站上找到了这个解决方案http://throughthesql.blogspot.com/2017/05/configuring-phpmyadmin-to-connect-to.html
1条答案
按热度按时间qzlgjiam1#
打开文件
config.inc.php
在任何文本编辑器中。找到这条线
把它改成
我在这个网站上找到了这个解决方案http://throughthesql.blogspot.com/2017/05/configuring-phpmyadmin-to-connect-to.html