当前位置:网站首页>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 !
边栏推荐
- 三十之前一定要明白的职场潜规则
- Generate random numbers (4-bit, 6-bit)
- Hidden rules of the workplace that must be understood before 30
- Cannot link redis when redis is enabled
- Solid basic basic grammar and definition function
- NPDP能给产品经理带来什么价值?你都知道了吗?
- Solid smart contract development - easy to get started
- MySQL 服务正在启动 MySQL 服务无法启动解决途径
- 竣达技术丨室内空气环境监测终端 pm2.5、温湿度TVOC等多参数监测
- Pat 1121 damn single (25 points) set
猜你喜欢

It's settled! 2022 Hainan secondary cost engineer examination time is determined! The registration channel has been opened!
![[getting started with Django] 13 page Association MySQL](/img/78/cbf88ae3c3d311edd7d9af8c985749.jpg)
[getting started with Django] 13 page Association MySQL "multi" field table (check)

智能运维实战:银行业务流程及单笔交易追踪

leetcode:329. Longest increasing path in matrix

Problem note - Oracle 11g uninstall

Written on the first day after Doris graduated

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

Word2vec yyds dry goods inventory

JVM第二话 -- JVM内存模型以及垃圾回收

Rearrangement of overloaded operators
随机推荐
Internet hospital system source code hospital applet source code smart hospital source code online consultation system source code
保证生产安全!广州要求危化品企业“不安全不生产、不变通”
使用net core 6 c# 的 NPOI 包,讀取excel..xlsx單元格內的圖片,並存儲到指定服務器
ArrayList 扩容详解,扩容原理[通俗易懂]
Flink 系例 之 TableAPI & SQL 与 MYSQL 插入数据
Summary of empty string judgment in the project
Basic operations of SQL database
Blog recommendation | in depth study of message segmentation in pulsar
tensorflow2-savedmodel convert to pb(frozen_graph)
Pat 1121 damn single (25 points) set
[Verilog quick start of Niuke question series] ~ use functions to realize data size conversion
MIT team used graph neural network to accelerate the screening of amorphous polymer electrolytes and promote the development of next-generation lithium battery technology
What data capabilities do data product managers need to master?
[zero basic IOT pwn] reproduce Netgear wnap320 rce
Configuration of ZABBIX API and PHP
如何实现时钟信号分频?
Pat 1065 a+b and C (64bit) (20 points) (16 points)
手把手带你入门 API 开发
Solid smart contract development - easy to get started
tensorflow2-savedmodel convert to tflite