Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of restarting MySQl Service under window

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the method of restarting MySQl service under window, which is very detailed and has certain reference value. Friends who are interested must finish it!

How to restart MySQl service under window:

Method 1: restart MySQl service through [computer Management] interface

1. Move the mouse to the computer, right-click, and select "manage".

2. Select "Services" under "Services and applications" in the "computer Management" interface.

3. Services are sorted alphabetically by default, so drop down and find the mysql service that starts with M.

You can use the keyboard to search m to find the service, and click when you find it.

4. After clicking the mysql service, the mysql service will be displayed in the left column. If it is not started, the "start" service will be displayed. If it is started, it will show stop, pause and restart the service. We click to restart the service.

5. After clicking to restart this service, a progress bar for stopping the service will appear, and then a progress bar for starting will appear. After the progress bar is completed, the mysql service will be restarted.

Method 2: restart the MySQl service through the cmd command line

1. Click "start", enter cmd in the search bar, and press enter to open the cmd command line.

2. Enter the following command in cmd, and then enter enter

Net stop mysql

It shows that mysql has stopped

3. Enter the following command under cmd, and then enter

Net start mysql

It shows that mysql has been started and the restart is complete

The above are all the contents of the method of restarting the MySQl service under window. Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report