How to solve the problem that mysql cannot be closed

How to solve the problem that mysql cannot be closed

Solution to mysql not closing:

Right-click on the taskbar on your computer to open the Task Manager

企業微信截圖_20200617094120.jpg

Click on the service and find the mysql service

企業微信截圖_20200617094200.jpg

Right click on the service and select Stop.

企業微信截圖_20200617094213.jpg

Content extension:

The problem that the mysqld process on the Mac system cannot be killed

Mac installation is much more disgusting than Linux, and the permissions are too restricted

kill -9 can't kill the mysqld process at all. After a long search, it turns out that it is because the LaunchDeamons scheduled task guards the mysqld process

Solution:

sudo launchctl unload -w /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist

The file name is the file name in the corresponding directory, you need to check it yourself

The above is the details of how to solve the problem that MySQL cannot be closed. For more information about what to do if MySQL cannot be closed, please pay attention to other related articles on 123WORDPRESS.COM!

You may also be interested in:
  • How to gracefully and safely shut down the MySQL process
  • How to safely shut down a MySQL instance
  • Tutorial on safely shutting down the MySQL service
  • Detailed explanation of MySQL shutdown process and methods to safely shut down MySQL
  • Using batch processing to start and shut down mysql under Windows
  • How to open, close, and view function functions of MySQL database
  • How to close MySQL log with lnmp to protect hard disk space
  • In-depth analysis of the definition, use and closing of Mysql cursors
  • Starting and shutting down the MySQL server
  • How to safely shut down MySQL

<<:  IIS7 IIS8 http automatically jumps to HTTPS (port 80 jumps to port 443)

>>:  Detailed explanation of map overlay in openlayers6

Recommend

Mysql solution to improve the efficiency of copying large data tables

Preface This article mainly introduces the releva...

Navigation Design and Information Architecture

<br />Most of the time when we talk about na...

Vue implements top left and right sliding navigation

Navigation and other things are often used in dai...

Vue application example code based on axios request encapsulation

Table of contents What is axios? Axios request ty...

MySQL multi-table query detailed explanation

Eating well and getting enough rest sounds simple...

vue-cli configuration uses Vuex's full process record

Table of contents Preface Installation and Usage ...

MySQL 5.7.23 decompression version installation tutorial with pictures and text

Download the MySQL installer Official download ad...

Summary of uncommon js operation operators

Table of contents 2. Comma operator 3. JavaScript...

Develop a vue component that encapsulates iframe

Table of contents 1. Component Introduction 2. Co...

A simple explanation of MySQL parallel replication

1. Background of Parallel Replication First of al...

Detailed explanation of nginx forward proxy and reverse proxy

Table of contents Forward Proxy nginx reverse pro...

Implementation of Docker deployment of MySQL cluster

Disadvantages of single-node database Large-scale...

How to increase HTML page loading speed

(1) Reduce HTTP requests. (Merge resource files a...