当前位置:网站首页>Mysql8 encountered the problem of stopping after the service was started
Mysql8 encountered the problem of stopping after the service was started
2022-07-24 15:42:00 【Pier ~ ah】
MYSQL8 Problems encountered

Reasons for appearance 3306 Port number occupied .

Specific operation steps
1、 Open the command line with administrator privileges , That is to say cmd
2、 Get into your MySQL Address , If you can't find a partner, you can go to the system variable in your environment variable Path Generally, the path will be automatically saved during installation
3、 Switch to your MYSQL_HOME/bin Under the path mysqld --install See if this command can be started normally , If possible , You can check it directly 3306 Whether the port number of is occupied .netstat -ano|findstr 3306
4、 Kill the process that occupies the port number taskkill /f /pid 7828
pid Our views are as follows 
5、 Finally start MySQL that will do net start MySQL80
It was successful .
Microsoft Windows [ edition 10.0.22000.795]
(c) Microsoft Corporation. All rights reserved .
C:\WINDOWS\system32>D:
D:\> cd D:\Program Files (x86)\MySQL\MySQL8.0\bin
D:\Program Files (x86)\MySQL\MySQL8.0\bin>mysql --install
mysql: [ERROR] unknown option '--install'.
D:\Program Files (x86)\MySQL\MySQL8.0\bin>mysqld --install
Service successfully installed.
D:\Program Files (x86)\MySQL\MySQL8.0\bin>net start MySQL80
MySQL80 The service is starting .
MySQL80 Service failed to start .
The service did not report any errors .
Please type the NET HELPMSG 3534 To get more help .
D:\Program Files (x86)\MySQL\MySQL8.0\bin>netstat -ano|findstr 3306
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING 7828
TCP 0.0.0.0:33060 0.0.0.0:0 LISTENING 7828
TCP [::]:3306 [::]:0 LISTENING 7828
TCP [::]:33060 [::]:0 LISTENING 7828
D:\Program Files (x86)\MySQL\MySQL8.0\bin>taskkill /f /pid 7828
success : Terminated PID by 7828 The process of .
D:\Program Files (x86)\MySQL\MySQL8.0\bin>net start MySQL80
MySQL80 The service is starting .
MySQL80 Service started successfully .
D:\Program Files (x86)\MySQL\MySQL8.0\bin>
边栏推荐
- Arduino ide esp32 firmware installation and upgrade tutorial
- Fine tune layoutlm V3 for bill data processing and content recognition
- Reentrantlock reentrant lock
- 【SWT】自定义数据表格
- Lsyncd搭建同步镜像-用Lsyncd实现本地和远程服务器之间实时同步
- Error reporting [project error reporting]
- 徽商期货平台安全吗?办理期货开户没问题吧?
- Windows10 installation free redis
- Is Huishang futures platform safe? Is it OK to open a futures account?
- Leetcode 223. 矩形面积
猜你喜欢

Hard core innovation that database needs to care about in the future

Yolo5face: why reinvent the face detector

Istio1.12:安装和快速入门

维护香港服务器安全的9个关键措施

力扣 31.下一个排列--双指针法

Intuitive understanding of various normalization

Leetcode 223. 矩形面积

Mlx90640 infrared thermal imager temperature measurement module development notes (III)

AttributeError: module ‘seaborn‘ has no attribute ‘histplot‘

2022 RoboCom 世界机器人开发者大赛-本科组(省赛)---第一题 不要浪费金币 (已完结)
随机推荐
[SWT] user defined data table
做好架构设计离不开SOLID五大原则
Configuring WAPI certificate security policy for Huawei wireless devices
你不能只会flex居中布局,精制动画讲解所有flex布局方式!通俗易懂纯干货教程!...
2022 robocom world robot developer competition - undergraduate group (provincial competition) -- fifth question tree and bipartite diagram (completed)
华为无线设备配置WAPI-证书安全策略
【tf.keras】:版本从1.x升级到2.x遇到的一个问题:InvalidArgumentError: Cannot assign a device for operation embedding_
JUC source code learning note 3 - AQS waiting queue and cyclicbarrier, BlockingQueue
Public and private key transmission, and understanding of CA certificate
Analysys analysis "2022 China data security market data monitoring report" was officially launched
2022 RoboCom 世界机器人开发者大赛-本科组(省赛)-- 第五题 树与二分图 (已完结)
Deploy ZABBIX monitoring system and email alarm mechanism in lamp architecture
JUC源码学习笔记3——AQS等待队列和CyclicBarrier,BlockingQueue
被攻击怎么解决?DDoS高防IP防护策略
C - partial keyword
Memorythrashing: Tiktok live broadcast to solve memory dithering practice
在LAMP架构中部署Zabbix监控系统及邮件报警机制
[adaptiveavgpool3d] pytorch tutorial
yolov6训练自己的数据集
【Flutter -- 布局】流式布局(Flow和Wrap)