자바 에서 mysql 데이터 베 이 스 를 연결 하 는 데 자주 발생 하 는 몇 가지 오류

1787 단어 필기 하 다.
1.1 이상 서버 의 ID 확인 없 이 SSL 연결 을 설정 하 는 것 은 권장 되 지 않 습 니 다. MySQL 5.5.45 + 에 따 르 면, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn’t set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to ‘false’. You need either to explicitly disable SSL by setting useSSL=false,or set useSSL = true and provide truststore for server certificate verification. 서버 인증 없 이 SSL 연결 을 만 드 는 것 을 권장 하지 않 습 니 다.MySQL 5.5.45 +, 5.6.26 +, 5.7.6 + 의 요구 에 따라 명시 적 옵션 이 설정 되 어 있 지 않 으 면 기본적으로 SSL 연결 을 만들어 야 합 니 다.
  :
    jdbc url    &useSSL=false

1.2 이상 com. zaxxer. hikari. pool. Hikaripool: Hikaripool - 1 - Exception during pool initialization. 프로그램 이 시작 되 지 않 는 문 제 는 com. zaxxer. hikari. pool. Hikaripool 이 Spring 에 의 해 성공 적 으로 만 들 지 못 한 이 유 는 시간 대 설정 이 잘못 되 었 기 때 문 입 니 다.
  :
  jdbc url     &serverTimezone=Asia/Shanghai 

1.3 경고 로드 클래스 com.mysql.jdbc.Driver'. This is deprecated. The new driver class is com. mysql. cj. jdbc. Driver '. 드라이버 는 SPI 를 통 해 자동 으로 등록 되 며 드라이버 클래스 의 수 동 로드 는 일반적으로 불필요 합 니 다.
   “com.mysql.jdbc.Driver”。    。        “com.mysql.cj.jdbc.Driver”。       SPI     ,              。

좋은 웹페이지 즐겨찾기