2021. 8. 27. 14:49ㆍDB(DataBase)/MySQL
맨아래 보시면 해결방법 2가지 있습니다.
mysql-installer-community-8.0.26.0
mysql-installer-community-8.0.25.0
mysql-installer-community-8.0.24.0
mysql-installer-community-8.0.23.0
Could not acquire management access for administration
RuntimeError: Unable to execute command chcp.
PATH C:\Windows\system32 를 추가하라고 나온다.
1. PATH 설정을 해보자.
제어판 > 시스템 및 보안 > 시스템 > 고급시스템 설정
실패 이미 C:\Windows\system32 가 있는걸 볼 수 있다.
실패 서비스 실행 확인 - 서비스에서 MySQL80 이미 실행중이다.
실패 path 추가 - path > 편집 > MySQL/bin path 를 넣고 저장
실패 재설치
패스 시스템 언어 영어로 바꾸면 된다한다. 한국어를 쓸 것이기 때문에 (영어로 바꾸실분은 이방법 쓰셔도 됩니다)
* Open language settings
* Click "Administrative language settings" at the right top of the Window
* Click "Change system locale" * Select English (United States) for example(컴퓨터 언어를 US로)
* Click OK * Restart the system(재시작)
실패 다운그레이드...
mysql-installer-community-8.0.25.0
실패 다운그레이드...
mysql-installer-community-8.0.24.0
실패 다운그레이드...
mysql-installer-community-8.0.23.0
성공 다운그레이드...
mysql-installer-community-8.0.22.0
결과적으로 PATH 문제가 아니다. mysql-installer-community-8.0.22.0 버전은 언어 때문인 오류가 없는것 같다
'DB(DataBase) > MySQL' 카테고리의 다른 글
[SQLAlchemy 1.4/ 2.0] 정의, 구조 ,사용법 (0) | 2021.08.25 |
---|---|
마이에스큐엘 (MySQL) 설치 (0) | 2021.05.22 |
ERROR 2002 (HY000): Can't connect to local MySQL server through socket (0) | 2020.08.17 |
[MySQL] 저장 경로 변경 저장위치 변경 (0) | 2020.07.13 |