我刚刚安装了我的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
和
.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[])
知道怎么解决这个问题吗?
答案 0 :(得分:11)
得到了同样的错误。找到" _README_FOR_ZIP_PACKAGE.txt"文件在" mysql-workbench-community-6.2.4-winx64-noinstall.zip。"文件说
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)
同时安装。而现在,它的工作原理。希望这些信息可以帮助某人。
答案 1 :(得分:8)
从link安装Windows(x86,32位),MSI安装程序,即使您使用的是64位操作系统。 MySQL安装程序是32位,但将安装32位和64位二进制文件。
答案 2 :(得分:4)
您好请从MS安装MSVC 2013运行时可再发行组件:http://www.microsoft.com/en-us/download/details.aspx?id=40784
答案 3 :(得分:0)
由于我使用的是Win 7 64位,我只安装了64位(x64)版本的Visual Studio 2013,并且出现了此错误。
我如何能够克服这个问题:
1)卸载MySQL Workbench以及除MySQL安装程序之外的所有其他内容。
2)安装32位(x86)版本的Visual Studio 2013(除了64位版本)
3)添加MySQL Workbench,以及我想要的其他连接器/实用程序。
我不确定你是否需要32位或64位,但两者都适合我...
答案 4 :(得分:0)
我使用的是Windows版本(x86,64位),ZIP存档
(mysql-workbench-community-6.2.5-winx64-noinstall.zip)
尝试安装Visual C++ Redistributable for Visual Studio 2013
希望这有帮助!
答案 5 :(得分:0)
MySQL Workbench 8.0 .... 5年后,同样糟糕的安装文档...
Faulting application name: MySQLWorkbench.exe, version: 8.0.19.0, time stamp: 0x5df6944b
Exception Info: System.IO.FileNotFoundException
at MySQL.GUI.Workbench.Program.Main(System.String[])
...来自 https://bugs.mysql.com/bug.php?id=98207
先决条件:
MySQL页面上没有链接,但可以在底部的“其他工具和框架”下找到VC。 https://visualstudio.microsoft.com/downloads/