mySQL
2021. 8. 11. 12:42ㆍ(구)공부/오류
728x90
Could not acquire management access for administration RuntimeError: Unalbe to execute command chcp.
Please make sure that the C:\Windows\System32 directory is in your PATH environment variable.
프로세스를 강제 종료시키고 나면 재부팅을 해도 접속 오류가 날 때가 있다.
이 경우 services.msc 를 실행시킨 후 mysql을 찾아 시작해주면 해결 됨.
Public Key Retrieval is not allowed
allowPublicKeyRetrieval=true 를 주면 된다
ex) jdbc:mysql://localhost:3306/jpadb?allowPublicKeyRetrieval=true 혹은 mysql자체에서 저 속성을 true
728x90
'(구)공부 > 오류' 카테고리의 다른 글
spring - multipart 오류 (0) | 2021.08.30 |
---|