Two ways to open and close the mysql service

Two ways to open and close the mysql service

Method 1: Use cmd command

First, open our DOS window, start-run-enter cmd.

As shown in the figure above, enter net start mysql and press Enter to start it, and enter net stop mysql and press Enter to shut it down.

Method 2: Select Computer (My Computer), right-click, select Manage, and then select Services under System and Application Services.

Find MySQL, right-click and select Start or Stop. As shown in the figure:

The above content is two methods to open and close the MySQL service. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

You may also be interested in:
  • Starting and stopping the MySQL server (I)
  • Specific method to delete mysql service
  • Common commands for mysql authorization, startup, and service startup
  • How to open, close, and view function functions of MySQL database

<<:  Usage and execution process of http module in node

>>:  How to install ROS Noetic in Ubuntu 20.04

Recommend

Ubuntu 16.04 installation tutorial under VMware 12

This article shares with you the installation tut...

Detailed explanation of the difference between docker-compose ports and expose

There are two ways to expose container ports in d...

Detailed explanation of common commands in Docker repository

Log in docker login Complete the registration and...

100 ways to change the color of an image using CSS (worth collecting)

Preface “When it comes to image processing, we of...

MySQL data loss troubleshooting case

Table of contents Preface On-site investigation C...

Centos7 installation of MySQL8 tutorial

MySQL 8 new features: My personal opinion on MySQ...

How to migrate the data directory in mysql8.0.20

The default storage directory of mysql is /var/li...

Example of implementing todo application with Vue

background First of all, I would like to state th...

How to point the target link of a tag to iframe

Copy code The code is as follows: <iframe id=&...

Summary of some common techniques in front-end development

1. How to display the date on the right in the art...

Detailed explanation of execution context and call stack in JavaScript

Table of contents 1. What is the execution contex...

Detailed explanation of MySql automatic truncation example

Detailed explanation of MySql automatic truncatio...

Solve the problem of IDEA configuring tomcat startup error

The following two errors were encountered when co...