인텔리제이 DBMS: MySQL (no ver.) (protocol is disabled or cipher suites are inappropriate). 해결
2023. 3. 28. 15:23ㆍ개발 공부/기타
인텔리제이에 My-SQL을 연결하려고 하는데
Test Connection을 누르니까 DBMS: MySQL (no ver.) Case sensitivity: plain=mixed, delimited=exact [08S01] 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. No appropriate protocol (protocol is disabled or cipher suites are inappropriate). 이런 이유로 계속 연결이 안되어서 삽질을 계속했다.
해결방법은 간단하다.
Driver가 MySQL로 되어있는데 클릭해서 위의 사진처럼 Amazon Aurora MySQL로 바꿔주면 연결된다.