본문으로 바로가기

mysql 서버오류

category TIL 2023. 1. 14. 21:38

Can't connect to local MySQL server through socket

https://stackoverflow.com/questions/15450091/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmp-mys

 

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock'

I installed MySQL on Mac OS X Mountain Lion with homebrew install mysql, but when I tried mysql -u root I got the following error: ERROR 2002 (HY000): Can't connect to local MySQL server through

stackoverflow.com

참고해서

mysql_secure_installation 입력후 재설정 하고

mysql.server start

mysql -uroot -p 진행하고 해결

show databases;

create database payhere;

후 세팅스에서 패스워드변경

migrate

'TIL' 카테고리의 다른 글

Flutter 설치  (0) 2023.01.17
git | readme 생성 후 push 불가능 에러  (0) 2023.01.16
DRF | many=True 에러  (0) 2023.01.12
DRF | JWT, USER 설정중 에러  (0) 2023.01.12
react | 배우는 이유 | 기본 세팅  (0) 2023.01.04