mysql 服务在尝试更改表时停止

发布于 2024-09-16 01:07:19 字数 389 浏览 5 评论 0原文

我使用以下命令安装了 mysql 5.1:mysql-essential-5.1.49-win32.msi。
并且还使用此 mysql-workbench-gpl-5.2.26-win32.msi 安装了 Workbench
在 Windows 7 上,

现在我的问题是,每当我尝试创建新表或更改现有表时,mysql 服务都会停止,并且工作台会给出无法连接的错误。但是在服务停止之前我可以显示任何表数据,当尝试更改或创建新表时会发生问题。

我删除了 mysql 和 workbench 并再次安装并重新启动了我的机器,但出现了相同的错误。

另外还有一件事: 在 Visual Studio 2010 中,我无法扩展数据库来查看表,它也会停止服务:(。

如何知道问题是什么以及如何解决。

I have mysql 5.1 installed using this: mysql-essential-5.1.49-win32.msi.
And also have Workbench installed using this mysql-workbench-gpl-5.2.26-win32.msi
On Windows 7

Now my problem that anytime i try to create a new table or alter an exist table, the mysql service stops and workbench gives an error that it can't connect. But before the service stops i can show any table data, the problem happen when trying to alter or create new table.

I removed mysql and workbench and intalled again and restarted my machine, but the same error appear.

Also one more thing:
In visual studio 2010 i can't expand the database to see tables it also stops the service :(.

How to know what's the problem and how to solve.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离鸿 2024-09-23 01:07:19

您应该检查服务器错误日志:

http://dev. mysql.com/doc/refman/5.1/en/error-log.html

该文件应在数据目录中名为 host_name.err。

You should check your server error log:

http://dev.mysql.com/doc/refman/5.1/en/error-log.html

The file should be called host_name.err in your data directory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文