在安装了lampp(xampp for linux)之后,我得到了一些xampp新的安全异常。
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
</Directory>
之后,我得到了访问被拒绝的问题,它显示我如下,
Error
MySQL said: Documentation
# 2002 - No such file or directory
The server is not responding (or the local server's socket is not correctly configured).
Connection for controluser as defined in your configuration failed.
我已经试过很多ubuntu论坛上的东西,但都无法解决。因为我是ubuntu的新手,所以我不知道这些东西是如何工作的。请帮助我。
2条答案
按热度按时间ffdz8vbo1#
所以我觉得你应该这样做:
在/etc/apache 2/conf.d/中创建一个文件phpmyadmin.conf
将以下内容写入文件:
`
`
k10s72fa2#
更改mysql的端口号。我的默认端口号是3306,该端口可能正在使用中,因此请将端口号更改为3307或其他号码