Computer Science/Database 63

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

결론 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 o..

MySQL Workbench 에러 | could not acquire management access for administration

mySQL Workbench로 서버 상태를 확인하려다 발생한 에러. 전문은 다음과 같다. 시도 1. 시스템 변수에 C:\Windows\System32 추가 => 실패 시도 2. 시스템 언어 영어로 바꾸기 => 해결 영..어.. 오히려 좋아 ^_^ 시스템 언어 변경 방법 => 윈도우10 시스템 언어 변경 방법 (tistory.com) 위 링크를 보면서 필요한 단계를 거친 뒤에, 다시시작해주었다. 시도 3. 다운그레이드 참고 링크 다음 에러 발생시 참고할 수 있는 해결 방안 [mysql] RuntimeError: Unable to execute command chcp. (tistory.com) [mysql] RuntimeError: Unable to execute command chcp. 맨아래 보시면 해결..

pymysql 2003| pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on (timed out)")

pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on (timed out)") 에러 전문은 다음과 같았다. Traceback (most recent call last): File "C:\Users\enkee\AppData\Local\Programs\Python\Python310\lib\site-packages\pymysql\connections.py", line 613, in connect sock = socket.create_connection( File "C:\Users\enkee\AppData\Local\Programs\Python\Python310\lib\socket.py", line 845, in create_connect..