09.09 에러 내용

테디·2022년 9월 10일
0

Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException:

원인

Access denied for user 'root'@'localhost' (using password: YES)로 DB를 받아오지 못하고 있었다

해결방안들

1) 해당 아이디와 비밀번호가 일치하는지 확인
2) 권한이 부여됬는지 확인

나의 해결방법

localhost:3306가 아닌 3305였고 바꾸니 정상 작동함

0개의 댓글