프로그래밍/데이터베이스[DB]
[MySQL] Workbench Could not acquire management access for administration 에러 해결방법
yohoi
2022. 1. 12. 13:25
반응형
MySQL 설치 후 다음과 같은 에러 발생

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.
해결방법
Workbench 버전을 8.0.22 이하 버전으로 변경(버전 8.0.23+에서 오류나 나타남)
아래의 링크를 접속하여 Archives 클릭

8.0.22 버전으로 변경 후 다운로드

설치 진행하면 다음과 같이 정상작동

반응형