Computer Science/Database

MySQL WMI 에러 | Could not acquire management access for administration

토마토. 2022. 1. 5. 15:25

결론

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.

You are right, I found that it was the WMI permission issue. Although I still cannot connect it locally from the MySQL server, but I can connect it from another server. 
Current profile has no WMI enabled : Check the log for more details

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)

=> 권한 설정 향상 후 다시 시작함

 

 

 

WMI 사용자에게 권한 부여 및 사용 권한 설정

 

forsenergy.com

mysql - Could not connect to targat machine - Stack Overflow

윈도우 관리 도구 - 위키백과, 우리 모두의 백과사전 (wikipedia.org)

WMI (tistory.com)

 

MySQL Workbench Manage Server Instances - Stack Overflow