当前位置:网站首页>MySQL 服务正在启动 MySQL 服务无法启动解决途径
MySQL 服务正在启动 MySQL 服务无法启动解决途径
2022-07-01 14:56:00 【知行&】
由于mysql的默认端口是3306,因此在启动服务的时候,如果此端口被占用,就会出现如上“Mysql服务无法启动,服务没有报告任何错误”的情况!
因此,解决办法如下所示:
1.查看端口,找到占用3306端口的进程:命令行输入 netstat -aon ,找到端口号为3306的对应的PID.
2.结束占用端口3306的进程:命令行输入 taskkill /f /pid xxxx,杀掉进程,xxxx即为PID.
例:如上,我的PID为3780,即taskkill /f /pid 3780
3.大功告成,再次启动服务,输入net start Mysql.

本文内容结束!
边栏推荐
- Opencv learning note 4 -- bank card number recognition
- 音乐播放器开发实例(可毕设)
- Opencv learning notes 5 -- document scanning +ocr character recognition
- 适合没口才的人做,加入中视频伙伴计划收益是真香,一个视频拿3份收益
- Rearrangement of overloaded operators
- Internet hospital system source code hospital applet source code smart hospital source code online consultation system source code
- DirectX修复工具V4.1公测![通俗易懂]
- Don't want to knock the code? Here comes the chance
- What is the relationship between network speed, broadband, bandwidth and traffic?
- Generate random numbers (4-bit, 6-bit)
猜你喜欢

Task. Run(), Task. Factory. Analysis of behavior inconsistency between startnew() and new task()

It's settled! 2022 Hainan secondary cost engineer examination time is determined! The registration channel has been opened!

leetcode:329. 矩阵中的最长递增路径

MIT团队使用图神经网络,加速无定形聚合物电解质筛选,促进下一代锂电池技术开发

Cannot link redis when redis is enabled

OpenSSL client programming: SSL session failure caused by an insignificant function

Guess lantern riddles, not programmers still can't understand?

手把手带你入门 API 开发
![[leetcode] 16. The sum of the nearest three numbers](/img/60/6a68333d6e543c601e6ed586b830d0.png)
[leetcode] 16. The sum of the nearest three numbers

对于编程思想和能力有重大提升的书有哪些?
随机推荐
Buuctf reinforcement question ezsql
[lock] redis lock handles concurrency atomicity
[leetcode 324] 摆动排序 II 思维+排序
【阶段人生总结】放弃考研,参与到工作中,已经顺利毕业了,昨天刚领毕业证
保证生产安全!广州要求危化品企业“不安全不生产、不变通”
数字化转型:数据可视化赋能销售管理
【锁】Redis锁 处理并发 原子性
生成随机数(4位、6位)
TypeScript: let
Official announcement: Apache Doris graduated successfully and became the top project of ASF!
In hot summer, please put away this safe gas use guide!
深度分析数据在内存中的存储形式
DirectX修复工具V4.1公测![通俗易懂]
Semiconductor foundation of binary realization principle
Build MySQL master-slave server under Ubuntu 14.04
QT capture interface is displayed as picture or label
It's settled! 2022 Hainan secondary cost engineer examination time is determined! The registration channel has been opened!
[dynamic programming] interval dp:p1005 matrix retrieval
购物商城6.27待完成
Written on the first day after Doris graduated