Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not acquire management access for administration. Runtime Error: Unable to excute command chcp

I installed MySQL workbench 8.0 in windows 7. After the installation I just clicked server status its through the error like Could not acquire management access for administration. Run-time Error: Unable to execute command chcp. Please make sure that the C:Windows\System32 directory is in your path environment variable. How can I solve this error?

like image 683
Saravanan Sankar Avatar asked Nov 10 '18 06:11

Saravanan Sankar


2 Answers

I solved the same problem on enable the parameter "Beta : Use UTF-8 for worldwide language support" in Control Panel > Region > Administrative > Change system locale... It's disturbing because it's have nothing about the PATH environment variable. But it's work. Notice that I working on french environment and MySQL Workbench 8.0.24 version.

like image 192
foxwit Avatar answered Sep 21 '22 22:09

foxwit


To resolve this problem on 64 bit system we have to follow two steps.

  1. add environment variable path to C:\Windows\System32
  2. we need chcp.com cmd file in C:\Windows\SysWOW64 copy it from C:\Windows\System32 path and paste in C:\Windows\SysWOW64

    now close mysql workbench and reopen it.

Hope you got the answer.

like image 25
ratan karande Avatar answered Sep 23 '22 22:09

ratan karande