Home > database >  MYSQL Workbench 8.0.27 not opening on Windows 10
MYSQL Workbench 8.0.27 not opening on Windows 10

Time:10-24

I've successfully installed MySQL 8.0.27 with Workbench 8.0.27 on Windows 10, but when I try to launch Workbench it's just not starting or even appears in task manager. After googling around a bit I found that I have to install the following:

  1. Microsoft .NET Framework 4.5.2
  2. Microsoft Visual C 2019 Redistributable for Visual Studio 2019.

so I download & installed them, still Workbench doesn't want to start!!!

Things I've tried to do:

  • uninstall & reinstall Workbench version 8.0.27 & 8.0.18.
  • restarting my computer
  • installing visual studio 2013 (but on drive E and not C).
  • installing a number of Visual C 2019 Redistributable including 2010, 2013 for both x64 & x86.
  • installing Python 3.10 with adding it to PATH variable.

Following Links didn't help:

CodePudding user response:

https://dev.mysql.com/downloads/mysql/

Install this first package installer in which you will get the whole package installer and also include workbench and co-related things.

CodePudding user response:

I guess you downloaded the Windows installer for MySQL to install both the server and Workbench. You did not mention it in your question, so I want o ensure we have a common start point.

Python 3.10 changed a few things that might not work with MySQL Workbench 8.0.27. So, better go back to Python 3.9 for the time being.

If that still doesn't work we need to look at your WB log file.

  • Related