4

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?

kmas
  • 6,401
  • 13
  • 40
  • 62
Andi1306
  • 51
  • 1
  • 1
  • 4

9 Answers9

11

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.

Iamat8
  • 3,888
  • 9
  • 25
  • 35
8

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.

SakthiSureshAnand
  • 1,324
  • 16
  • 32
  • i have problem while starting this service . dialogue box appears and it says mysql57 on local computer started and then stoped – Rooha Ali Jun 02 '16 at 07:28
2

For those who are still facing issue, add "C:\Windows\System32" in "path" Environmental Variable and make sure "MySQL56" service is running.

Vijay Nandwana
  • 2,476
  • 4
  • 25
  • 42
1

I follow those steps:

  1. I started MySQL80 in Services.
  2. 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.

Chester mi niño
  • 71
  • 1
  • 2
  • 7
0

If you got below error when click on Manage Import / Export option

manageserverinstances 0

Previously asked question Backup of mysql DB not being created is answered Exception: Current profile has no WMI enabled

Community
  • 1
  • 1
UdayKiran Pulipati
  • 6,579
  • 7
  • 67
  • 92
0

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.

0

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

0

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!

Nsengiyunva
  • 11
  • 1
  • 9
0

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

woosah
  • 843
  • 11
  • 22