[트러블슈팅] 5. DB 연결 오류

문정준's avatar
Mar 21, 2025
[트러블슈팅] 5. DB 연결 오류
Contents
Solution

Solution

  1. url 확인 : jdbc:mysql://localhost:3306/table_name
  1. 접속 계정의 아이디, 비밀번호 확인
  1. 드라이버 올바르게 탑재했는지 확인 →
    3. Class.forName 오류 발생
    3. Class.forName 오류 발생
  1. DBMS가 현재 서비스 중인지 확인 → DB 서비스 확인
  1. 오타 확인
 
notion image
notion image
Share article

sxias