Home >Database >Mysql Tutorial >mysql启动错误1067 解决办法

mysql启动错误1067 解决办法

WBOY
WBOYOriginal
2016-06-01 09:57:071068browse

试了谷歌到的几种方法,都没有解决,然后突然想起在启动apache的时候,iis的端口占用情况(因为我的apache也使用了80端口),所以  打开命令行

netstat -aon|findstr "3306"

结果显示

mysql启动错误1067 解决办法

默默的在内心深处骂了一句“靠”,

果然是端口占用,然后,顺藤摸瓜

tasklist|findstr "416"

结果显示

mysql启动错误1067 解决办法

不得不联想到,优酷的攻城狮们的mysql数据库绝对不是使用的默认3306端口,然后杀掉explorer.exe进程,然后重起之,把那个可恶的小加速器配置为不隐藏在任务栏并且开机不启动,以防止以后遇到这类事情的时候找不到原因,然后关掉它

然后再运行tasklist|findstr "416"

显示结果为

mysql启动错误1067 解决办法

启动mysql服务,成功解决。。。。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn