MySQL Workbench在Windows上启动时崩溃

Van*_*avv 4 .net mysql crash runtime workbench

我刚安装了我的MySQL Workbench,它在启动时崩溃,我真的不知道该怎么做.事件日志中的错误代码:

Application Error
Application that causes trobule: MySQLWorkbench.exe
version: 6.2.3.12312, 
time signature: 0x541717ae
Name of the module that causes error: KERNELBASE.dll, 
version: 6.1.7601.18409, 
time signature: 0x5315a05a
exception code: 0xe0434352
error shift: 0x000000000000940d
ID of process that cause trobule: 0x8c0
Hour of launching the application that causes error: 0x01cffc736e910602
Path of the applicatin that causes error: D:\Programy\MySQL Workbench 6.2\MySQLWorkbench.exe
Path of the module that causes error:  C:\Windows\system32\KERNELBASE.dll
Raport id: ae1d15f1-6866-11e4-8572-20689d5ba829 
Run Code Online (Sandbox Code Playgroud)

.NET Runtime
Application: MySQLWorkbench.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
Stack:
   at MySQL.GUI.Workbench.Program.Main(System.String[]) 
Run Code Online (Sandbox Code Playgroud)

知道如何解决这个问题吗?

小智 11

得到同样的错误.在"mysql-workbench-community-6.2.4-winx64-noinstall.zip"中找到"_README_FOR_ZIP_PACKAGE.txt"文件.文件说

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)
Run Code Online (Sandbox Code Playgroud)

安装两个.而现在,它的工作原理.希望这些信息可以帮助某人.


Pun*_*dey 8

即使您使用的是64位操作系统,也要从此链接安装Windows(x86,32位),MSI安装程序.MySQL安装程序是32位,但将安装32位和64位二进制文​​件.

在此输入图像描述

  • 注意,这在 1 年半之后仍然成立 (2认同)