[MySQL] Establishing SSL connection without server's identity verification is not recommended 경고
2019. 5. 16. 17:22ㆍ프로그래밍/DB
출처 : https://mozi.tistory.com/138
[MySQL] Establishing SSL connection without server's identity verification is not recommended.
JDBC 로 MySQL 연동 시, 다음과 같은 메세지가 출력되는 경우가 있습니다. WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+..
mozi.tistory.com
'프로그래밍 > DB' 카테고리의 다른 글
MySQL 워크벤치 설치 방법 (0) | 2019.05.30 |
---|---|
MYSQL UPDATE에서 조건절에 자기 테이블 서브쿼리를 사용하기 (0) | 2019.05.22 |
mysql where not exists를 이용하여 조건에 따른 insert문 실행 (0) | 2019.05.22 |
MySQL 삭제 및 재설치 방법 (0) | 2019.05.15 |
MySQL Workbench(워크벤치) 설치하기 (0) | 2019.05.14 |