当前位置:网站首页>MySQL service is starting MySQL service failed to start
MySQL service is starting MySQL service failed to start
2022-07-19 05:51:00 【Algorismus】
“MySQL The service is starting . MySQL Service failed to start . The service did not report any errors .” Solutions for
It's probably the homework copied from several bosses …
1. Check the source of the error
command :mysqld --console
And then according to the different results printed out to the right medicine
1) come from koloumi Big guy's solution
Original address :https://blog.csdn.net/koloumi/article/details/83117497
Core error reporting statement :2018-10-17T12:35:16.439025Z 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
The explanation is the problem of port , Then go directly to the port to find a solution to the problem
Input netstat -aon|findstr “3306” Go to find the occupied 3306 Port process id
Then open the task manager To find the process just seen in detail id, close .
2) come from Autumncow Big guy's solution
Original address :https://blog.csdn.net/Autumncow/article/details/79469416
Core error : [ERROR] Can’t open the mysql.plugin table. Please run mysql_upgrade to create it.
It means that there is a problem with the original installation … Now , Just initialize …
Why initialize ? So I turned to an answer , Is from sakuraRed The bosses
Original address :http://www.cnblogs.com/RedCoral/p/7976150.html
The problem lies in one data Folder , Compare the new version of MySQL There is no such folder , So you can do this :
mysqld --initialize-insecure( First in mysql Of bin Execute under directory mysqld --initialize-insecure ( Not set up root password , It is recommended to use ) command , The first execution of this command takes a little longer , And the console doesn't return any results . You can see mysql There will be one more data Folder , It's a pile of papers .)
( The above is the old man's original words )
Then start net start mysql
Um. , This is a perfect start
Enter for the first time , Will prompt , Your password is empty
therefore :mysql -u root -p
With this command .
P.S. Go directly to a folder
1. Enter directly above the file explorer cmd And then go back
2. Assign the address above the file explorer , then cd /d That string of addresses
( If it helps you , Just like the collection comments for a wave ~)
边栏推荐
- Page navigation of wechat applet
- CV学习笔记【2】:卷积与Conv2d
- JNA loading DLL and its application in jar
- Pointnet++代码详解(四):index_points函数
- Parsing bad JSON data using gson
- 基于opencv的检测人脸,并截取人脸
- Spark source code - code analysis of core RDD part (I)
- 8种视觉Transformer整理(上)
- 深度聚类相关(三篇文章)
- The widerperson data set is transformed into yolov5 training format and added to crowdhuman
猜你喜欢

Pointnet++代码详解(二):square_distance函数

CUDA编程-04:CUDA内存模型

CUDA编程-05:流和事件

INRIAPerson数据集转化为yolo训练格式并可视化

cuda11.0的pytorch安装小计

JNA loading DLL and its application in jar

7 kinds of visual MLP finishing (Part 2)

BEVFormer: Learning Bird’s-Eye-View Representation from Multi-Camera Images via Spatiotemporal Trans

重写YOLOX的TensorRT版本部署代码

Selective Kernel Networks方法简单整理
随机推荐
Selective Kernel Networks方法简单整理
BeatBox
2021-04-18
Edge AI edge Intelligence: Communication EF "city edge ai: algorithms and systems (to be continued)
Try some methods to solve the delay of yolov5 reasoning RTSP
Using C language to realize guessing games
Aperçu de l'apprentissage auto - supervisé
Pointnet++ code explanation (III): query_ ball_ Point function
Use of shutter Intl
李宏毅机器学习--回归2022.07.13
Image compression based on Quadtree
字符串距离问题
软件过程与管理复习(九)
用C语言实现猜数游戏
Page navigation of wechat applet
INRIAPerson数据集转化为yolo训练格式并可视化
深入理解卡尔曼滤波器(1):背景知识
简单Web服务器程序设计与实现
Kotlin scope function
Subtotal of pytorch installation of cuda11.0