Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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".

1st error:

Could not acquire management access for admionistration
RuntimeError: Unable to execute comand chcp. Please make shure that
C:\Windows\System32 directory is in your PATH environment variable.

I checked the windows path variable within Win7 and there exist an entry c:\windows\system32

2nd error:

Unable exception: Current profile has no WMI enable

Any ideas?

like image 707
Andi1306 Avatar asked Nov 30 '22 20:11

Andi1306


2 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.

like image 55
Iamat8 Avatar answered Dec 03 '22 08:12

Iamat8


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.

like image 41
SakthiSureshAnand Avatar answered Dec 03 '22 09:12

SakthiSureshAnand