1

My OS is windows 7 ultimate 64 bits. I have downloaded the MySQL workbench ZIP from here.

Dearchivating, launching MySQLWorkbench.exe and..nothing happens.

It is loading for a few seconds and then nothing.

Please help !

Alexander Nikolov
  • 1,871
  • 7
  • 27
  • 49

3 Answers3

2

Use the Microsoft Installer(.msi) instead of the .zip file. That should clear up your issue. I believe Windows 7 and up requires the installer to avoid issues for certain software suites.

Razelle
  • 56
  • 4
2

There is a nice MySQL installer that does all the checks for you, points you to the download location if something is missing and eases setup on Win to a really simple task. I strongly recommend that you make use of that great (and free) tool.

Mike Lischke
  • 48,925
  • 16
  • 119
  • 181
1

After few investigation I have resolved this by installing Microsoft Visual C++ Redistributable Packages. Then the workbench starts successfuly.

Alexander Nikolov
  • 1,871
  • 7
  • 27
  • 49
  • Here is the link for latest Microsoft Visual 2015 C++ Redistributable package: https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe – Jassi Jun 16 '17 at 06:06