반응형
wamp 서버 를 설치했고 완벽하게 작동했지만 이제는 phpMyAdmin 을 열려고하지만 서버에이 오류가 표시됩니다.
**오류 MySQL의 말 : 문서
서버가 응답하지 않거나 로컬 서버의 소켓이 올바르게 구성되지 않았습니다. ** 누구든지 나를 도울 수 있습니까 ????
130816 10:30:30 [Note] Plugin 'FEDERATED' is disabled.
130816 10:30:30 InnoDB: The InnoDB memory heap is disabled
130816 10:30:30 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130816 10:30:30 InnoDB: Compressed tables use zlib 1.2.3
130816 10:30:30 InnoDB: Initializing buffer pool, size = 128.0M
130816 10:30:30 InnoDB: Completed initialization of buffer pool
130816 10:30:30 InnoDB: highest supported file format is Barracuda.
130816 10:30:32 InnoDB: Waiting for the background threads to start
130816 10:30:33 InnoDB: 1.1.8 started; log sequence number 6780464
130816 10:30:34 [Note] Server hostname (bind-address): '(null)'; port: 3306
130816 10:30:34 [Note] - '(null)' resolves to '::';
130816 10:30:34 [Note] - '(null)' resolves to '0.0.0.0';
130816 10:30:34 [Note] Server socket created on IP: '0.0.0.0'.
130816 10:30:35 [Note] Event Scheduler: Loaded 0 events
130816 10:30:35 [Note] wampmysqld: ready for connections.
Version: '5.5.24-log' socket: '' port: 3306 MySQL Community Server (GPL)
130816 10:31:48 [Note] wampmysqld: Normal shutdown
130816 10:31:48 [Note] Event Scheduler: Purging the queue. 0 events
130816 10:31:48 InnoDB: Starting shutdown...
130816 10:31:50 InnoDB: Shutdown completed; log sequence number 6780474
130816 10:31:50 [Note] wampmysqld: Shutdown complete
130816 10:31:51 [Note] Plugin 'FEDERATED' is disabled.
130816 10:31:51 InnoDB: The InnoDB memory heap is disabled
130816 10:31:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130816 10:31:51 InnoDB: Compressed tables use zlib 1.2.3
130816 10:31:51 InnoDB: Initializing buffer pool, size = 128.0M
130816 10:31:51 InnoDB: Completed initialization of buffer pool
130816 10:31:51 InnoDB: highest supported file format is Barracuda.
130816 10:31:52 InnoDB: Waiting for the background threads to start
130816 10:31:53 InnoDB: 1.1.8 started; log sequence number 6780474
130816 10:31:53 [Note] Server hostname (bind-address): '(null)'; port: 3306
130816 10:31:53 [Note] - '(null)' resolves to '::';
130816 10:31:53 [Note] - '(null)' resolves to '0.0.0.0';
130816 10:31:53 [Note] Server socket created on IP: '0.0.0.0'.
130816 10:31:53 [Note] Event Scheduler: Loaded 0 events
130816 10:31:53 [Note] wampmysqld: ready for connections.
Version: '5.5.24-log' socket: '' port: 3306 MySQL Community Server (GPL)
해결 방법
시스템 트레이에서 WAMP 서버 아이콘을 클릭하고 mySQL 및 my.ini로 이동하기 만하면됩니다. 메모장과 같은 텍스트 편집기에서 파일을 엽니 다. 페이지 상단에 줄이 있어야합니다.
socket = /tmp/mysql.sock
그것을 변경
socket = c:/tmp/mysql.sock
파일을 저장하고 phpmyAdmin을 실행 해보십시오. wamp를 다시 시작하십시오. 완벽하게 작동합니다.
그래도 오류가 해결되지 않으면 알려 주시면 도와 드리겠습니다.
참조 페이지 https://stackoverflow.com/questions/18268378
반응형
'MySql' 카테고리의 다른 글
MySQL mysql_fetch_array 첫 번째 행 건너 뛰기 (0) | 2020.12.25 |
---|---|
MySQL에서 데이터베이스를 설계하는 동안 모범 사례 (0) | 2020.12.25 |
MySQL UTC로 MySQL FROM_UNIXTIME (0) | 2020.12.25 |
MySQL mySQL / SQL에서 count (0), count (1) .. 및 count (*)의 차이점은 무엇입니까? (0) | 2020.12.25 |
MySQL 연결 문자열에서 "pooling = false"는 무엇을 의미합니까? (0) | 2020.12.24 |
댓글