#2002 - 服务器没有响应 (or the local MySQL server's socket is not ...
生活随笔
收集整理的這篇文章主要介紹了
#2002 - 服务器没有响应 (or the local MySQL server's socket is not ...
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
經(jīng)常見有兄弟遇到這樣的問題: mysql -u root -p一切正常,但是用phpmyadmin卻死活不對(duì),提示如下錯(cuò)誤: #2002 - 服務(wù)器沒有響應(yīng) (or the local MySQL server's socket is not correctly configured) 我 google 了一下,發(fā)現(xiàn)很多人被這個(gè)問題困擾,大家解決方法的思路都是圍繞 mysql.sock,改mysql.sock的位置。而實(shí)際上,通過修改 mysql.sock 路徑解決問題的可能性很小。 大部分這類問題是由于 mysql 做了 ip 綁定(bind-address = 127.0.0.1)造成的。這里只需要將 $cfg['Servers'][$i]['host'] = 'localhost' 改為 '127.0.0.1' 就可以了。或者改成localhost.localdomain,這樣改的依據(jù)是more /etc/hosts,可以看到localhost和localhost.localdomain被解析為127.0.0.1的,而mysql的my.cnf里面大家都加了bind-address = 127.0.0.1,所以要修改$cfg['Servers'][$i]['host']。 http://www.bsdlover.cn/html/35/n-435.html
總結(jié)
以上是生活随笔為你收集整理的#2002 - 服务器没有响应 (or the local MySQL server's socket is not ...的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: oracle参数文件和口令文件
- 下一篇: oracle跨越千年处理