My Name is Kay....

DIY , 먹방 , 개발 , 육아 , 여행 좋아합니다.
AdBlock 사용시 화면이 정상적으로 노출되지 않습니다.
포스팅 관련 문의 및 개발 문의는 Email : wkzkfmxksi@gmail.com

추가 포스팅이 이뤄지지 않는 블로그입니다. 문의는 wkzkfmxksi@gmail.com 으로 연락주세요.
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

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';

 

 


 

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
» MYSQL #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) kay 2013.03.29 7125
2 MYSQL The configuration file now needs a secret passphrase (blowfish_secret). kay 2013.04.24 3697
1 MYSQL mysqldump: Got error: 1016: Can't open file: '.\xxx\xxx.frm' (errno: 24 ) when using LOCK TABLES kay 2015.08.28 1019
Board Pagination Prev 1 Next
/ 1