安裝lampp(xampp for linux)後,我得到了一些xampp新的安全異常。對於我改變了HTTP-xampp.conf文件如下PhpMyAdmin Access Denied#2002 Ubuntu,Lampp(Xampp For ubuntu)
<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的新手,我無法得知這些東西是如何工作的。請幫忙。
可能的重複[如何解決XAMPP 1.7.7 - PHPMyAdmin - MySQL錯誤#2002在Ubuntu中] (http://stackoverflow.com/questions/10426501/how-to-solve-the-xampp-1-7-7-phpmyadmin-mysql-error-2002-in-ubuntu) – 2013-11-26 06:24:28
當我嘗試MySQL停止,它顯示我找不到命令。我應該再次安裝mysql,即使我安裝了xampp –
嘗試停止mysql服務器:'/etc/init.d/mysql stop',然後'/ opt/lampp/lampp restart'應該可以做到。如果它不工作,讓我知道。祝你好運。 –