![/opt/lampp 文件夹的默认权限](https://linux22.com/image/980897/%2Fopt%2Flampp%20%E6%96%87%E4%BB%B6%E5%A4%B9%E7%9A%84%E9%BB%98%E8%AE%A4%E6%9D%83%E9%99%90.png)
我想知道/opt/lampp
文件夹的正确权限或默认权限。我错误地给出了命令sudo chmod 777 -R /opt/lampp
。因此我收到错误。
MySQL 说:文档
#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.
我试过:
sudo chmod 755 -R /opt/lampp
但它不起作用。