MySQL Workbench crash on start on Windows

假如想象 提交于 2019-11-30 15:36:34

got same error. found "_README_FOR_ZIP_PACKAGE.txt" file in "mysql-workbench-community-6.2.4-winx64-noinstall.zip." file says

MySQL Workbench needs the following prerequisites:

Microsoft .NET Framework 4 Client Profile (http://www.microsoft.com/download/en/details.aspx?id=17113)
Visual C++ Redistributable for Visual Studio 2013 (http://www.microsoft.com/en-us/download/details.aspx?id=40784)

installed both. and now, it works. hope this information can help somebody.

Install Windows (x86, 32-bit), MSI Installer) from this link , even if your are using 64 bit operating system. MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.

Hi Please install the MSVC 2013 runtime redistributables from MS: http://www.microsoft.com/en-us/download/details.aspx?id=40784

Since I am on Win 7 64-bit, I only installed the 64-bit (x64) version of Visual Studio 2013, and got this error.

How I was able to get past this was:

1) Uninstalling MySQL Workbench, and everything else, except for the MySQL Installer.

2) Installing the 32-bit (x86) version of Visual Studio 2013 (in addition to the 64-bit version)

3) Adding MySQL Workbench, and the other connectors/utilities I wanted.

I'm not sure whether you need both 32-bit or 64-bit, but having both worked for me...

I use version Windows (x86, 64-bit), ZIP Archive

(mysql-workbench-community-6.2.5-winx64-noinstall.zip)

Try installing Visual C++ Redistributable for Visual Studio 2013

Hope this helps!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!