반응형
에러내용 :
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
해결방법:
호스트 주소를 추가로 명시하고 접속
mysql -u root -h 127.0.0.1 -p
또는
실행중인 도커에 접속하여 MYSQL 접속
docker exec -it [컨테이너ID] bash
반응형
'오류' 카테고리의 다른 글
Argument of type 'Ref<x>' is not assignable to parameter of type 'x' (0) | 2024.04.26 |
---|---|
SCP: Connection Closed (0) | 2024.04.18 |
Property 'id' does not exist on type 'never'. ts (0) | 2024.01.30 |
DBeaver 오라클 연결 시 ORA-12514, TNS:listener does not currently know of service requested in connect descriptor (0) | 2023.10.24 |
sudo: apt-get : command not found (0) | 2023.08.28 |