当前位置:网站首页>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 

边栏推荐
- Leetcode-11- container with the most water (medium)
- How many times does the constructor execute?
- 4K sea bottom and water surface fabrication method and ocean bump displacement texture Download
- 軟件測試的幾種分類,一看就明了
- Install pycharm process
- Tangent and tangent plane
- Simple operation of MySQL database
- Run Presto under docker to access redis and Bi presentation
- The storage structure of a tree can adopt the parent representation, that is, the parent pointer array representation. Try to give the corresponding class definition. Each tree node contains two membe
- Leetcode-19- delete the penultimate node of the linked list (medium)
猜你喜欢

Plusieurs catégories de tests logiciels sont claires à première vue

Mathematical knowledge arrangement: extremum & maximum, stagnation point, Lagrange multiplier

Introduction to common activation functions

Traversal of binary tree - first order traversal, middle order traversal, and second order traversal

Deadlock problem summary

关于tkinter.Canvas 不显示图片的问题

Leetcode 05 tree

pycharm add configutions

September 3, 2021 visual notes

Leetcode find duplicates
随机推荐
Mathematical knowledge arrangement: extremum & maximum, stagnation point, Lagrange multiplier
How to solve the problem of database?
MySQL related summary
Go JWT learning summary
A problem discovery and attempted solution to the strange stop of server script
Loss calculation in pytorch
Polymorphism and virtual function
URI, URL and urn difference, relation and syntax diagram
Pytorch's leafnode understanding
Leetcode question brushing 06 bit operation
Alexnet implements image classification of caltech101 dataset (pytorch Implementation)
Transaction characteristics and isolation levels
Several categories of software testing are clear at a glance
ng-tv-focusable
leetcode. 151. flip the words in the string
MySQL ---- where后使用字段别名
D template instance does not match declaration
Leetcode find duplicates
Tkinter library installation
Rasa对话机器人之HelpDesk (三)