강의

멘토링

커뮤니티

Inflearn Community Q&A

doyeon923148's profile image
doyeon923148

asked

[NarP Series] MVC Framework in My Hands [NarP 1]

04_Connecting to MySQL_Eclipse

Mysql 연결 문제..

Written on

·

650

·

Edited

0

Could not connect to New MySQL. Error creating SQL Model Connection connection to New MySQL. (Error: Could not create connection to database server.) Could not create connection to database server. Error creating JDBC Connection connection to New MySQL. (Error: Could not create connection to database server.) Could not create connection to database server.

계속 이 에러가 뜨면서 Mysql 연결이 안됩니다..

구글링 해봤는데도 해결이 안되네요..에러.PNG

jspmysqlmvcajaxpojo

Answer 2

0

Driver Propertis jar 경로 다시한번 확인 해보세요 구글링 해보니 이걸로 오류가 많네요 아니면 host마다 mysql db명 달라서 user에서 다시 설정 해주시면 될듯요

0

bitcocom님의 프로필 이미지
bitcocom
Instructor

startup.bat파일을 이용해서 Mysql 서버가 미리 구동이 되어있는지 확인해보세요.?

startup.bat 파일 열어보고 cmd로도 해봤는데 안됩니다 ㅠㅠㅠ

doyeon923148's profile image
doyeon923148

asked

Ask a question