MYSQL

#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

by kay posted Mar 29, 2013
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

Linux DB 서버에 phpMyAdmin을 설치하고 접속하려는데

로그인정보 입력 후 로그인 시도할 경우 아래 오류 메시지가 뜸..

 

에러 메시지 :

#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

 

조치 :

/phpMyAdmin/libraries/config.default.php 

$cfg['Servers'][$i]['host'] = 'localhost';  // 아래와 같이 실 IP로 수정.

$cfg['Servers'][$i]['host'] = 'xxx.xxx.xxx.xxx';