问题
I am using MySQL Workbench 6.0 over here. When I select the server status, I am getting this error
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