May 30,2006

phpmyadmin 問題

Error Message : The server is not responding (or the local MySQL server's socket is not correctly configured)

解法 : config.inc.php 裡面的

$cfg['Servers'][$i]['host'] = 'localhost';


改成

$cfg['Servers'][$i]['host'] = '127.0.0.1';


即可


 

Posted by thegiive at 樂多Roodo! │00:55 │回應(0)引用(0)Database
樂多分類:日記/一般 工具:編輯本文
Ads by Roodo! 

引用URL

http://cgi.blog.roodo.com/trackback/1682359