MySQL Workbench acquire access for administration?

前端 未结 8 1279
灰色年华
灰色年华 2021-01-03 10:54

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 erro

相关标签:
8条回答
  • 2021-01-03 11:36

    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.

    0 讨论(0)
  • 2021-01-03 11:36

    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 讨论(0)
提交回复
热议问题