mysql 服务在尝试更改表时停止
我使用以下命令安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该检查服务器错误日志:
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.