Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
Connection refused (Connection refused) Connection refused (Connection refused)
잘 되던 db에서 위와 같이 에러가 난다.
1. 터미널에서 mySql 접속시도
$ mysql -u root -p
위와 같은 에러가 또 발생했다.
mySql 이 정상적으로 안떠있나보다 하고 생각해서 mySql 재기동.
mysql.server restart
정상적으로 재기동이 완료되고
DB툴에서 다시 Test Connection 시도.
성공.
'DEV > Database' 카테고리의 다른 글
테이블 락해제 (mySql , dbeaver) (0) | 2021.11.18 |
---|---|
[해결] ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (0) | 2021.06.29 |
mysql - 테이블이없는 날짜 범위를 제공하는 select 문? (0) | 2020.09.03 |
[ORACLE] 테이블 생성 스크립트 추출 (0) | 2020.06.23 |
SQL developer > ORA-12505 Listener refused the connection with following error (0) | 2019.08.11 |