当前位置:网站首页>Startup, connection and stop of MySQL service
Startup, connection and stop of MySQL service
2022-06-13 01:33:00 【superJuice】
MySQL Service start and stop
MySQL Service start and stop , There are two ways to operate :
Mode of operation 1
Win+ROpen the run window , Inputservices.msc
- find mysql service , The default service name is
MySQL80
- Right click to select service , Start and stop can be performed
Mode of operation 2
From the command line, enter the following instructions , among mysql80 For service name
- Start the service
net start mysql80
- Out of Service
net stop mysql80

MySQL Service connection
MySQL Service connection , There are two ways to operate :
Mode of operation 1: adopt MySQL Client command line tools provided
- open MySQL Client command line tools provided

- Input root password

- Connection complete

Mode of operation 2: Execute the instructions through the command line tools provided by the system
The system command line executes the following instructions
-h Specify which ip Address -P Designated port
-u Designated user -p password
mysql [-h 127.0.0.1] [-P 3306] -u root -p
Be careful : This method requires configuration PATH environment variable 

边栏推荐
猜你喜欢

Uuid/guid introduction, generation rules and generation codes

4K sea bottom and water surface fabrication method and ocean bump displacement texture Download

A problem discovery and attempted solution to the strange stop of server script

How does Apple add QQ email?

C language implementation of the classic eight queens problem

軟件測試的幾種分類,一看就明了

Method of cleaning C disk

Tweets movement description and chart display

RSA encryption colloquial explanation

Leetcode question brushing 06 bit operation
随机推荐
A summary of global variables and typedef
Leetcode question brushing 06 bit operation
Leetcode-18- sum of four numbers (medium)
leetcode. 541. reverse string II
Introduction to common activation functions
Three paradigms of database
This of phaser3 add. add. image
[从零开始学习FPGA编程-22]:进阶篇 - 架构 - FPGA内部硬件电路的设计与建模
Mysql database listening -canal
np. Understanding of axis in concatenate
On February 26, 2022, the latest news of national oil price adjustment today
How to print infinite symbol in WPS
Method of cleaning C disk
Transaction characteristics and isolation levels
Docker install MySQL
Understanding of the detach() function of pytorch
MySQL performance optimization
Leetcode-19- delete the penultimate node of the linked list (medium)
#pragma comment(lib,“urlmon.lib“)
Tweens of phaser3