当前位置:网站首页>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.
本文内容结束!
边栏推荐
- It's settled! 2022 Hainan secondary cost engineer examination time is determined! The registration channel has been opened!
- Opencv learning note 4 -- bank card number recognition
- Vnctf2022 open web gocalc0
- 定了!2022海南二级造价工程师考试时间确定!报名通道已开启!
- 三十之前一定要明白的职场潜规则
- 【LeetCode】16、最接近的三数之和
- It's suitable for people who don't have eloquence. The benefits of joining the China Video partner program are really delicious. One video gets 3 benefits
- Redis installation and setting up SSDB master-slave environment under Ubuntu 14.04
- Markdown编辑器使用基本语法
- leetcode:329. 矩阵中的最长递增路径
猜你喜欢
The State Administration of Chia Tai market supervision, the national development and Reform Commission and the China Securities Regulatory Commission jointly reminded and warned some iron ores
leetcode:329. Longest increasing path in matrix
Don't want to knock the code? Here comes the chance
Minimum spanning tree and bipartite graph in graph theory (acwing template)
Vnctf2022 open web gocalc0
Opencv learning notes 5 -- document scanning +ocr character recognition
[leetcode] 16. The sum of the nearest three numbers
[dynamic programming] p1004 grid access (four-dimensional DP template question)
Microservice development steps (Nacos)
Basic use process of cmake
随机推荐
Opencv learning notes 5 -- document scanning +ocr character recognition
[Verilog quick start of Niuke question series] ~ use functions to realize data size conversion
Microservice development steps (Nacos)
What are the requirements for NPDP product manager international certification registration?
微信网页订阅消息实现
Blog recommendation | in depth study of message segmentation in pulsar
MongoDB第二话 -- MongoDB高可用集群实现
Take you to API development by hand
数据产品经理需要掌握哪些数据能力?
音乐播放器开发实例(可毕设)
微服务开发步骤(nacos)
定了!2022海南二级造价工程师考试时间确定!报名通道已开启!
It's suitable for people who don't have eloquence. The benefits of joining the China Video partner program are really delicious. One video gets 3 benefits
111. Minimum depth of binary tree
Solidty智能合约开发-简易入门
solidty-基础篇-结构体和数组,私有 / 公共函数,函数的返回值和修饰符,事件
Mongodb second call -- implementation of mongodb high availability cluster
solidty-基础篇-基础语法和定义函数
cmake 基本使用过程
[leetcode] 16. The sum of the nearest three numbers