MySQL Workbench 6.0 error could not acquire managemant access for the administrator?

不打扰是莪最后的温柔 提交于 2021-02-18 07:57:07

问题


I am using MySQL Workbench 6.0 over here. When I select the server status, I am getting this error

enter image description here

Regarding this, I tried looking for solutions on Google and StackOverflow (e.g. this result)

But here in MySQL Workbench 6.0, I don't know where is Server Administration of Mysql's and Workbench Central.

Can anyone help me regarding this issue in MySQL Workbench 6.0?


回答1:


Try running chcp in a terminal window (command line window). Does it run there? It should print out the current code page. Ensure the chcp command can be found by having the system path in your PATH variable.




回答2:


I had the same problem and i tried so many thing to work, the only thing that works for me was check the Environment Variables, for this do:

  • Right click on My Computer>Properties
  • Advanced system settings
  • Environment Variables
  • In the field "Environment Variables" search for Path

    Search for %SystemRoot%; and %SystemRoot%\system32; if you don't see them there, add it on the final of the line (please don't delete the other things there!).

    • That's it.



回答3:


On 64 bits system you need copy chcp.com from system32 to SysWOW64



来源:https://stackoverflow.com/questions/22905514/mysql-workbench-6-0-error-could-not-acquire-managemant-access-for-the-administra

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!