MySQL Workbench получить доступ для администрирования?
Я запускаю MySQL 5.6 с месяца, и все прошло хорошо. Также MySQL Workbench 6.
Я получаю две ошибки, если я хочу увидеть «Состояние сервера».
Я проверил переменную пути Windows в Win7 и существует запись c:\windows\system32
8 ответов
Чтобы устранить эту проблему, просто нажмите Управление экземплярами сервера в столбце Администрирование сервера и снова закройте экран. Теперь снова щелкните экземпляр, проверьте, исправлена ли проблема или сообщается о какой-либо ошибке.
Для тех, кто все еще сталкивается с проблемой, добавьте «C:\Windows\System32» в «path» Environmental Variable и убедитесь, что служба «MySQL56» запущена.
Я думал, что ваша служба MYSQl еще не началась. Пожалуйста, следуйте приведенным ниже шагам. Это работает как шарм.
windows + R — Тип services.msc Нажмите ‘Enter’, вы увидите много сервисов. Служба MYSQl56 имеет службу Отключено. Запустите эту службу, а затем снова перезапустите верстак.
Как ни странно, моя работа не работала после решения @mohit, и я предпочел бы не перезапускать компьютер как работа, как это предполагали некоторые.
После некоторого поиска я обнаружил, что служба сервера mysql не работает
Task Manager —> Services —> [mysqlxx] щелкните правой кнопкой мыши и нажмите «Пуск», если он не запущен. Обратите внимание, что. Обратите внимание, что [mysqlxx] может отличаться от формата или имени, где xx — числа
Mysql could not acquire management access for administration что делать
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?
9 Answers 9
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.
To resolve this problem on 64 bit system we have to follow two steps.
-
add environment variable path to C:\Windows\System32
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.
![]()
![]()
I’ve reproduced the same issue by clicking server status:
and after click cancel was:
using MySQL Server 8.0.23 & MySQL Workbench 8.0.23 for 64-bit OS Windows 10.
Solved it only by reinstalling and using another version like MySQL Workbench 8.0.20, but I’d really recommend also downgrade version of server to MySQL Server 8.0.20 to avoid other bugs, e.g.: creating/deleting schemes and so on.
The same version should match all products to work correctly.
Could not acquire management access for administration. Runtime Error: Unable to excute command chcp
To resolve this problem on 64 bit system we have to follow two steps.
-
add environment variable path to C:\Windows\System32
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.
Solution 2: [2]
I’ve reproduced the same issue by clicking server status:
and after click cancel was:
using MySQL Server 8.0.23 & MySQL Workbench 8.0.23 for 64-bit OS Windows 10.
Solved it only by reinstalling and using another version like MySQL Workbench 8.0.20, but I’d really recommend also downgrade version of server to MySQL Server 8.0.20 to avoid other bugs, e.g.: creating/deleting schemes and so on.
The same version should match all products to work correctly.
Solution 3: [3]
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.
Solution 4: [4]
Found solution for system non english language users! After failing in all attempts seen issue here: Mysql Bug Forum, where told that the problem is in unicode python codec error. So mine solution as for cyrillic language user was to set Windows administrative language for the cases when utf-8 is unavailable, see screenshot below. «System language old value was Russian, after changing to English (USA) everything started to work. Also watched Workbench logs — there was a python exception for the ascii codec. Thats all, hope this will help.
Solution 5: [5]
Just add the C:\Windows\System32 to the Path, and the problem will be solved!
Don’t forget to add «;» to separate addresses.
Credits
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
MySQL Workbench acquire access for administration?
I run MySQL 5.6 since month and everything went well. Also the MySQL Workbench 6.
I receive two errors if I would like to see the «Server Status».
I checked the windows path variable within Win7 and there exist an entry c:\windows\system32
![]()
9 Answers 9
To resolve the issue, simply click on Manage Server Instances under Server Administration column and close the screen again. Now click on the instance again, check if the issue is fixed or report any bug.
![]()
I thought your MYSQl Service is not yet start. Please Follow the below steps It works me like a charm.
windows + R — Type services.msc Press ‘Enter’ you could see many services . There is a service called MYSQl56 service if it’s Disabled please Start that Service then once again restart the workbench.
![]()
For those who are still facing issue, add «C:\Windows\System32» in «path» Environmental Variable and make sure «MySQL56» service is running.
![]()
I follow those steps:
- I started MySQL80 in Services.
- Changed Server -> Management Access Settings -> System Profile, from Windows to Linux so then I entered into Server Status and refreshed.
I hope that can to help anybody.
![]()
If you got below error when click on Manage Import / Export option

Previously asked question Backup of mysql DB not being created is answered Exception: Current profile has no WMI enabled
![]()
I encountered this issue when trying to install my first mySQL server.
When configuring Remote Management, I overlooked the operating system setting for my server. I was using Windows but the default was set to FreeBSD. Once I changed the server OS setting to Windows, the problem went away.
I just encountered exactly the same problem — read lots of suggestions but solutions didn’t work for me (I can’t un-install MySQL and re-install it on a live server). . my resolution, and what worked for me, was to copy chcp.com from C:\Windows\System32\ to C:\Windows\SysWOW64\ I guess it’s a path problem between a 32bit version of MySQL/Workbench and the 64bit OS
I got the same problem after restarting my pc and solved it by just starting wampserver! so the solution is: 1. start wampserver- make sure apache,mysql are running and put all services online. 2.try to reconnect to the database!
![]()
Funnily enough, mine didn’t work after the solution given by @mohit, and I’d rather not restart the computer as a work around as some has suggested.
After doing some digging around, I found that the mysql server service was not running
Task Manager —> Services —> [mysqlxx] right click and click start if not running. Note that. Note that [mysqlxx] could be a different format or name where xx are numbers
MySQL Workbench acquire access for administration?
I run MySQL 5.6 since month and everything went well. Also the MySQL Workbench 6.
I receive two errors if I would like to see the «Server Status».
I checked the windows path variable within Win7 and there exist an entry c:\windows\system32
9 Answers
To resolve the issue, simply click on Manage Server Instances under Server Administration column and close the screen again. Now click on the instance again, check if the issue is fixed or report any bug.
I thought your MYSQl Service is not yet start. Please Follow the below steps It works me like a charm.
windows + R — Type services.msc Press ‘Enter’ you could see many services . There is a service called MYSQl56 service if it’s Disabled please Start that Service then once again restart the workbench.
For those who are still facing issue, add «C:\Windows\System32» in «path» Environmental Variable and make sure «MySQL56» service is running.
If you got below error when click on Manage Import / Export option

Previously asked question Backup of mysql DB not being created is answered Exception: Current profile has no WMI enabled
I encountered this issue when trying to install my first mySQL server.
When configuring Remote Management, I overlooked the operating system setting for my server. I was using Windows but the default was set to FreeBSD. Once I changed the server OS setting to Windows, the problem went away.
I just encountered exactly the same problem — read lots of suggestions but solutions didn’t work for me (I can’t un-install MySQL and re-install it on a live server). . my resolution, and what worked for me, was to copy chcp.com from C:\Windows\System32\ to C:\Windows\SysWOW64\ I guess it’s a path problem between a 32bit version of MySQL/Workbench and the 64bit OS
I got the same problem after restarting my pc and solved it by just starting wampserver! so the solution is: 1. start wampserver- make sure apache,mysql are running and put all services online. 2.try to reconnect to the database!
Funnily enough, mine didn’t work after the solution given by @mohit, and I’d rather not restart the computer as a work around as some has suggested.
After doing some digging around, I found that the mysql server service was not running
Task Manager —> Services —> [mysqlxx] right click and click start if not running. Note that. Note that [mysqlxx] could be a different format or name where xx are numbers