我在Windows7中安装了MySQL workbench 8.0,安装完成后,我只需通过像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
这样的错误点击服务器状态即可。如何解决此错误?
发布于 2019-06-09 14:51:44
要在64位系统上解决这个问题,我们必须遵循两个步骤。
C:\Windows\System32
C:\Windows\SysWOW64
中的chcp.com命令文件从C:\Windows\System32 path and paste in C:\Windows\SysWOW64
复制该文件现在关闭mysql
工作台,然后重新打开它。
希望你得到答案了。
发布于 2021-01-22 11:51:56
我已经通过单击服务器状态重现了同样的问题
Could not acquire management access for administration
RuntimeError: Unable to execute command chcp. Please make sure that the C:\Windows\System32 directory is in your PATH environment variable
在点击之后,cancel
是:
Error during ""
error calling Python module function WbAdmin.openAdminSection
将MySQL服务器8.0.23和MySQL工作台8.0.23用于64位操作系统Windows10。
注意:在我的例子中是 all environment variables were configured correct。
只有通过重新安装和使用其他版本才能解决它,如MySQL工作台8.0.20,但我真的建议也将服务器版本降级到MySQL 8.0.20,以避免其他错误,例如:创建/删除方案等。
相同的版本应与所有产品匹配才能正常工作。
发布于 2021-05-07 03:47:18
我解决了同样的问题,在控制面板>区域>管理>更改系统区域设置中启用参数"Beta :使用UTF-8提供全球语言支持“...它之所以令人不安,是因为它与PATH环境变量没有任何关系。但这是工作。请注意,我使用的是法语环境和MySQL工作台8.0.24版本。
https://stackoverflow.com/questions/53236494
复制相似问题