当前位置:网站首页>MySQL service is starting. MySQL service cannot be started. Solution
MySQL service is starting. MySQL service cannot be started. Solution
2022-07-01 15:00:00 【Knowing and doing &】
because mysql The default port is 3306, So when starting the service , If this port is occupied , Will appear as above “Mysql Service failed to start , The service did not report any errors ” The situation of !
therefore , The solution is as follows :
1. Check the port , Find occupancy 3306 Port process : Command line input netstat -aon , Find port number 3306 It's the same as PID.
2. End occupied port 3306 The process of : Command line input taskkill /f /pid xxxx, Kill the process ,xxxx That is to say PID.
example : Above , my PID by 3780, namely taskkill /f /pid 3780
3. Be accomplished , Start the service again , Input net start Mysql.

The end of this article !
边栏推荐
- qt捕获界面为图片或label显示
- MySQL 服务正在启动 MySQL 服务无法启动解决途径
- 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
- 22-06-26周总结
- Demand prioritization method based on value quantification
- 使用net core 6 c# 的 NPOI 包,讀取excel..xlsx單元格內的圖片,並存儲到指定服務器
- [leetcode] 16. The sum of the nearest three numbers
- tensorflow2-savedmodel convert to pb(frozen_graph)
- 【天线】【3】CST一些快捷键
- JVM performance tuning and practical basic theory part II
猜你喜欢
![Opencv Learning Notes 6 -- image feature [harris+sift]+ feature matching](/img/50/5c8adacea78e470c255070c8621ddd.png)
Opencv Learning Notes 6 -- image feature [harris+sift]+ feature matching

Chapter 4 of getting started with MySQL: creation, modification and deletion of data tables

MySQL审计插件介绍

JVM performance tuning and practical basic theory part II
![[leetcode 324] 摆动排序 II 思维+排序](/img/cb/26d89e1a1f548b75a5ef9f29eebeee.png)
[leetcode 324] 摆动排序 II 思维+排序
![[zero basic IOT pwn] reproduce Netgear wnap320 rce](/img/f7/d683df1d4b1b032164a529d3d94615.png)
[zero basic IOT pwn] reproduce Netgear wnap320 rce

【14. 区间和(离散化)】

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

Minimum spanning tree and bipartite graph in graph theory (acwing template)

IDEA全局搜索快捷键(ctrl+shift+F)失效修复
随机推荐
ArrayList 扩容详解,扩容原理[通俗易懂]
Flink 系例 之 TableAPI & SQL 与 MYSQL 分组统计
[leetcode 324] swing sorting II thinking + sorting
【锁】Redis锁 处理并发 原子性
Develop small programs and official account from zero [phase III]
[零基础学IoT Pwn] 复现Netgear WNAP320 RCE
JVM第一话 -- JVM入门详解以及运行时数据区分析
openssl客户端编程:一个不起眼的函数导致的SSL会话失败问题
TypeScript:const
Rearrangement of overloaded operators
Cannot link redis when redis is enabled
如何实现时钟信号分频?
【天线】【3】CST一些快捷键
The markdown editor uses basic syntax
适合没口才的人做,加入中视频伙伴计划收益是真香,一个视频拿3份收益
Music player development example (can be set up)
Generate random numbers (4-bit, 6-bit)
opencv学习笔记六--图像拼接
使用net core 6 c# 的 NPOI 包,读取excel..xlsx单元格内的图片,并存储到指定服务器
一波三折,终于找到src漏洞挖掘的方法了【建议收藏】