MySQL Workbench acquire access for administration?
Вылазит такая ошибка:
Я сделал всё то, что там написано:
Но всё равно это не помогло. Я облазил инет, всё, что смог найти попробовал, но всё равно ничего не помогло.
Отслеживать
задан 27 фев 2021 в 16:34
23 1 1 серебряный знак 7 7 бронзовых знаков
в англо язычно версии уже сталкивались и решили эту проблему, вот Вам ссылка : тык сюда
27 фев 2021 в 17:00
Найдите на СВОЁМ компе файл chcp.exe . Для 64-битной Windows — см. в каталоге C:\Windows\SysWOW64 . Именно каталог с этим файлом должен присутствовать в PATH.
27 фев 2021 в 17:10
1 ответ 1
Сортировка: Сброс на вариант по умолчанию
Всем привет. Тоже долго гуглил тему. Ваш топик помог разобраться. В «англоязычной версии» предлагают сделать дичь — заменить один системный файл другим. И это при том, что у них битность разная. Папка «C:\Windows\System32» изначально присутствует в path, в системных переменных среды. Повсеместный совет с ее добавлением через 10 минут поисков аж бесить начал, своей бесполезностью и тупостью. Добавление в path папки C:\Windows\SysWOW64 тоже не помогает — procmon показывает, что Workbench все равно, запускает эту программу из system32, а не из SysWOW64. Мне помогло копирование двух файлов (Windows 10 Home x64): c:\Windows\SysWOW64\chcp.com c:\Windows\SysWOW64\ulib.dll В папку с программой: C:\Program Files\MySQL\MySQL Workbench 8.0
Отслеживать
ответ дан 9 апр 2021 в 19:34
Алексей Лончаков Алексей Лончаков
Mysql could not acquire management access for administration что делать
This site https://bugs.mysql.com/bug.php is experiencing technical difficulty. We are aware of the issue and are working as quick as possible to correct the issue.
We apologize for any inconvenience this may have caused.
To speak with an Oracle sales representative: 1.800.ORACLE1.
To contact Oracle Corporate Headquarters from anywhere in the world: 1.650.506.7000.
To get technical support in the United States: 1.800.633.0738.
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?
- runtime-error
- mysql-workbench
Saravanan Sankar
asked Nov 10, 2018 at 6:19
Saravanan Sankar Saravanan Sankar
179 1 1 gold badge 3 3 silver badges 9 9 bronze badges
why tagged ms-access?
Nov 12, 2018 at 13:34
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.
answered May 6, 2021 at 19:47
315 2 2 silver badges 6 6 bronze badges
OK for me : Panneau de configuration > Horloge et région > Région > Onglet Administration > Modifier les paramètres régionaux > Cocher Bêta : «Utiliser le format UTF-8 etc.»
Aug 18, 2021 at 9:02
Does the use of the beta version of Unicode support bring any drawbacks?
Apr 14 at 19:40
worked just fine for me! thanks +1
Sep 2 at 19:18
I’ve reproduced the same issue by clicking server status:
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
and after click cancel was:
Error during "" error calling Python module function WbAdmin.openAdminSection
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.
MYSQL WORKBENCH could not acquire management access for administration
Check the configuration for this connection (on the home screen: right click on the connection tile -> Edit Connection).
There is a «System Profile» tab with details about the host system of the MySQL server. That should of course match what’s there actually.

Related Solutions
Mysql – How to enlarge an EER Diagram in MySQL Workbench
On the Model pull-down there is an option Diagram Properties and Size, which allows the size of the diagram to be changed.
Mysql – Create a new database with MySQL Workbench
- Launch MySQL Workbench.
- On the left pane of the welcome window, choose a database to connect to under «Open Connection to Start Querying».
- The query window will open. On its left pane, there is a section titled «Object Browser», which shows the list of databases. (Side note: The terms «schema» and «database» are synonymous in this program.)
- Right-click on one of the existing databases and click «Create Schema. «. This will launch a wizard that will help you create a database.
If you’d prefer to do it in SQL, enter this query into the query window:
CREATE SCHEMA Test
Press CTRL + Enter to submit it, and you should see confirmation in the output pane underneath the query window. You’ll have to right-click on an existing schema in the Object panel and click «Refresh All» to see it show up, though.
Related Question
- Mysql – Cannot connect to Database server (thesql workbench)
- MySQL error code: 1175 during UPDATE in MySQL Workbench
- Mysql – thesql workbench error opening EER
- MySQL Workbench acquire access for administration
- Mysql Workbench error 1142 “Error querying security information” on Data Export
- MySQL Workbench: Reconnecting to database when “MySQL server has gone away”
- MySQL Workbench host mismatch
- Could not acquire management access for administration. Runtime Error: Unable to excute command chcp