简体   繁体   English

MySQL Workbench遇到了一个问题。 MySQL无法启动Windows 7

[英]MySQL Workbench has encountered a p‌r‌o‌b‌l‌e‌m. MySQL doesn't start Windows 7

I have MySQL workbench installed on my computer and always worked correctly. 我的计算机上安装了MySQL工作台,并且始终可以正常工作。 Now try to run it and do not run. 现在尝试运行它,不要运行。 Gives an error: 给出一个错误:

MySql Workbench has encountered a problem External component has throw an exception. MySql Workbench遇到问题外部组件引发了异常。

We are sorry for the inconvenience but an unexpected exception has been raised by one of the MySQL Workbench modules. 对于给您带来的不便,我们深表歉意,但是其中一个MySQL Workbench模块引发了意外的异常。 In order to fix this issue we would kindly ask you to file a bug report. 为了解决此问题,我们恳请您提交错误报告。 You can do that by pressing the [Report Bug] button below. 您可以通过按下下面的[Report Bug]按钮来做到这一点。

Please make sure to include a detailed description of your actions that lead to this problem. 请确保包括导致此问题的操作的详细说明。

Thanks a lot for taking the time to help us improve MySQL Workbench! 非常感谢您抽出宝贵时间来帮助我们改进MySQL Workbench!

The MySQL Workbench Team MySQL Workbench团队

And then the application crashes. 然后应用程序崩溃。

Figured it out. 弄清楚了。 I saved off a "new" .sql file while in Workbench. 我在Workbench中保存了一个“新” .sql文件。 I exited Workbench. 我退出了工作台。 When launched again is when I got the error. 再次启动时是出现错误的时间。

For some reason I looked at the folder I saved the .sql file in and noticed it was 0kb in size. 由于某种原因,我查看了保存.sql文件的文件夹,发现它的大小为0kb。 I deleted this file and re-launched Workbench ... it launched normally. 我删除了此文件,然后重新启动了工作台...它正常启动。

Problem solved .... 问题解决了 ....

Because your computer doesn't have Visual C++ Redistributable Packages for Visual Studio 2013 ;) 因为您的计算机没有用于Visual Studio 2013的Visual C ++可再发行组件包;)

[Problem resolved] [问题解决]

MySQL Workbench has encountered a p‌r‌o‌b‌l‌e‌m MySQL Workbench遇到了一个问题

same error i got it 同样的错误我明白了

Reason- 原因-

i don't have enough space in my drive. 我的驱动器中没有足够的空间。

Solution

I had deleted and moved some files. 我已删除并移动了一些文件。 Start Mysql Workbench it start working as expected 启动Mysql Workbench,它按预期开始工作

When it start mysql workbench all database schema will be empty 当它启动mysql workbench时,所有数据库架构将为空

All database restored in mysql workbench 在mysql工作台中还原所有数据库

Restart the mysql80 service 重新启动mysql80服务

  1. Goto control pannel 转到控制面板

  2. Click on Administrative tools 点击管理工具

  3. Select Mysql80 and click on start button 选择Mysql80并单击开始按钮

  4. Re-open the mysql workbench 重新打开mysql工作台

It shows all your data 它显示您的所有数据

You can solved the above error with this steps 您可以通过以下步骤解决上述错误

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM