palo
palo

Reputation: 169

MySql workbench is installed but not opening

I have installed mySql server two days ago on windows 8.1. It was working fine but now all of a sudden it is not opening.Task Manager shows that it is running but it does not open. Any solution?

Upvotes: 0

Views: 3584

Answers (1)

Pedro Ésli
Pedro Ésli

Reputation: 51

After I updated mysql workbench, it stopped working.

This solution worked for me:

Delete the Workbench file in %APPDATA%\MySQL\Workbench and it should work. After deleting it, Mysql workbench will create these files again and should open. It worked for me. But! it will delete any unsaved scripts and custom configurations.

Upvotes: 1

Related Questions