결론
Could not acquire management access for administration 에러는
1. 다운그레이드
2. 영어로 시스템언어 바꾸기
3. WMI 보안 설정 바꾸기
를 해도 해결되지 않았다.
그러나 mysql 서버는 잘 작동되고 있고, 위 에러는 mysql workbench에서 발생한 것이라서
그냥.. 피해가기로 했다. 일단은 cli로 작업하는 걸로;;
스택오버플로우에서 WMI interface 에러는 mysql과 관련이 없는 것이라고 했다.
This WMI error has nothing to do with MySQL. MySQL Workbench uses Windows Management Instrumentation (WMI) to manage servers locally or remotely in a Windows based environment. WMI is available on all Windows versions and enabled on all customer Windows, but might require extra configuration on server OSes.
So, your best bet is to search how to enable + configure WMI on Windows 2012.
I'm not familiar with that tool, but if it's a WMI problem, you might want to make sure
WMI is enabled in Windows Server and that
any firewall ports are open that are used by WMI.
WMI 사용자에게 권한 부여 및 사용 권한 설정 (forsenergy.com)
=> 권한 설정 향상 후 다시 시작함
mysql - Could not connect to targat machine - Stack Overflow
윈도우 관리 도구 - 위키백과, 우리 모두의 백과사전 (wikipedia.org)
'Computer Science > Database' 카테고리의 다른 글
SQL | #3 SELECT 문법, WHERE 절 (0) | 2022.01.26 |
---|---|
SQL | # 2 오라클 설치 과정 (0) | 2022.01.26 |
SQL | # 1 관계형 데이터베이스와 오라클 (0) | 2022.01.26 |
MySQL Workbench 에러 | could not acquire management access for administration (0) | 2022.01.05 |
pymysql 2003| pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on (timed out)") (0) | 2022.01.04 |