cannot create poolableconnectionfactory (unknown database 'test')
2016. 10. 8. 22:43ㆍ카테고리 없음
반응형
MSG : cannot create poolableconnectionfactory (unknown database 'test')
상황 : 이클립스에서 파일실행 발생시 error MSG 발생
해결 : context.xml 파일을 확인한다
url="jdbc:mysql://localhost:3306/test?useSSL=false"
자신이 쓰고 있는 DB name으로 바꿔준다!
url="jdbc:mysql://localhost:3306/dbname?useSSL=false"
반응형