quot;Error 1067: The process terminated unexpectedlyquot; when trying to start MySQL(“错误 1067:进程意外终止尝试启动 MySQL 时)
问题描述
我正在使用 Windows 7 并运行 XAMPP MySQL SVC 服务.我看到以下错误:
I'm using Windows 7 and running XAMPP MySQL SVC service. I'm seeing the following error:
Windows 无法在本地计算机上启动 Mysql 服务.
Windows could not start the Mysql service on Local Computer.
错误 1067:进程意外终止.
Error 1067: The process terminated unexpectedly.
这是什么意思,我该如何解决?
What does this mean, and how can I fix it?
推荐答案
检查错误日志(启动 eventvwr.msc).MySQL 通常会向应用程序日志写入一些内容.
Examine error log (start eventvwr.msc). MySQL typically writes something to the Application log.
在极少数情况下它不会写任何东西(我只知道一个特定的错误 http://bugs.mysql.com/bug.php?id=56821,服务根本不起作用).还有一个错误日志文件,通常在数据目录中命名为 .err,与写入 windows 错误日志的信息相同.
In very rare cases it does not write anything (I'm only aware of one particular bug http://bugs.mysql.com/bug.php?id=56821, where services did not work at all). There is also error log file, normally named .err in the data directory that has the same info as written to windows error log.
这篇关于“错误 1067:进程意外终止"尝试启动 MySQL 时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:“错误 1067:进程意外终止"尝试启动 MySQL 时
- PHP Count 布尔数组中真值的数量 2021-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Laravel 仓库 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01