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

How to install pip package in Linux

1. Download the pip installation package accordin...

React Fiber structure creation steps

Table of contents React Fiber Creation 1. Before ...

A good way to improve your design skills

So-called talent (left brain and right brain) Tha...

How to configure NAS on Windows Server 2019

Preface This tutorial installs the latest version...

Detailed explanation of the update command for software (library) under Linux

When installing packages on an Ubuntu server, you...

Solution to the problem of invalid line-height setting in CSS

About the invalid line-height setting in CSS Let&...

Specific steps for Vue browser to return monitoring

Preface When sharing a page, you hope to click th...

Detailed example of MySQL (5.6 and below) parsing JSON

MySQL (5.6 and below) parses json #json parsing f...

Detailed explanation of nginx's default_server definition and matching rules

The default_server directive of nginx can define ...

Detailed explanation of setting up DNS server in Linux

1. DNS server concept Communication on the Intern...

How to use physics engine joints in CocosCreator

Table of contents mousejoint mouse joint distance...

How to create a view in MySQL

Basic syntax You can create a view using the CREA...

Why TypeScript's Enum is problematic

Table of contents What happened? When to use Cont...

How does MySQL connect to the corresponding client process?

question For a given MySQL connection, how can we...