简体   繁体   English

Windows无法启动MySQL服务

[英]Mysql service not started on Windows

MySql Server service not started. MySql Server服务未启动。 请找到错误消息的屏幕截图

https://dev.mysql.com/doc/mysql-windows-excerpt/5.6/en/windows-start-service.html https://dev.mysql.com/doc/mysql-windows-excerpt/5.6/en/windows-start-service.html

did you checked this link. 您是否检查了此链接。 i had the same issue. 我遇到过同样的问题。 i solved using this link. 我解决了使用此链接。

usually, this happens because the port for MySQL (probably 3306) is used by some other program. 通常,发生这种情况是因为其他程序使用了MySQL的端口(可能是3306)。 The most common case is Skype software. 最常见的情况是Skype软件。 Skype uses the port 3306, So if you have skype stop it first (end process from task manager, not just closing it). Skype使用端口3306,因此,如果您有Skype,请首先将其停止(从任务管理器结束进程,而不仅仅是关闭它)。 If you have no skype then check for other programs that might be using MySQL port for internet access. 如果没有Skype,请检查其他可能正在使用MySQL端口进行Internet访问的程序。 Stop that process then try starting MySQL again 停止该过程,然后尝试再次启动MySQL

Hope it helps 希望能帮助到你

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

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