Krusty the Clown
Krusty the Clown

Reputation: 703

MySQL Workbench Freezing when Starting/Stopping Server

I recently started using MySQL Server and Workbench (both version 8.0), and noticed a strange issue: When I load Workbench, go to Server -> Startup/Shutdown and click "Stop Server", MySQL will freeze. Here's a picture: enter image description here

When I press Stop Server, it first gives me a windows prompt about allowing it to make changes, then as you can see it freezes and grays out. The same thing happens if the server is off and I press Start Server.

I've uninstalled and reinstalled everything related to MySQL, cleared MySQL from Program Files & Program Data, and had zero luck. The server does turn on/off from Component Services however, so my temporary solution has been a poorly written powershell script to turn it off and on.

If anyone has a solution for why it won't turn on in Workbench please let me know.

Upvotes: 6

Views: 8154

Answers (2)

Dave
Dave

Reputation: 1

My only solution to the problem was uninstalling 8.0.32, and installing 8.0.11 I haven't tested any other versions.

Upvotes: 0

young-ceo
young-ceo

Reputation: 5374

enter image description here

The only way to fix the issue is using MySQL Installer (https://dev.mysql.com/downloads/installer). Once you 'Remove' and 'Add', it will work (the DB will not be deleted, so no worries)!

Upvotes: 5

Related Questions