当前位置:网站首页>Detailed steps to install MySQL
Detailed steps to install MySQL
2022-08-04 06:29:00 【Ka Ka Lu】
1, mysql download address
MySQL :: DownloadMySQL Installer
web is installed online, community is installed offline, we choose community to install MySQL.
Switch the version first, I chose mysql5.7.35

2. Installation steps

This is the file sent by our teacher before, click to install community.
If the interface of License Agreement appears, check "I accept the license terms" and click "Next".
Select yes for the following, and then continue to the next step of the installation.



Click execute to start the installation.


When finished, click next.Remember to choose 3306 for the port number!

Next, set the MySQL password, then click next.
Remember your server name here: generally the default is mysql57, you can also set it yourself, but you have to remember it yourself.
Then next, click execute, apply configuration 
After configuration, click finish
Then some will appear for product configuration
Click next again after configuration, connect to server appears, and thenClick next.

Then click the execute that displays the apply configuration, and click finish when finished.


Finally, click finish and the installation will complete and the mysql workbench will appear. At this time, wait a moment, we need to set some things before we can start our table building work.(! Attention)
Steps: Right-click on this computer and click Properties -> Advanced System Settings -> Open Environment Variables -> Find Path in System Variables
Double-click to edit --> Copy the bin path under the MySQL file we downloaded to Path --> Confirm after completion



Then let's start MySQL and try it
Search box to find command prompt cmd, right click to run as administrator

The command line to start MySQL is: net start mysql57
The command line to stop MySQL is: net stop mysql57
Remember: there are spaces!The name is the name of mysql we set earlier. Generally, the system defaults to mysql57 (I installed mysql5.7.35 version), or the name that was named by myself during the previous installation.
Next, you can try it yourself, and the workbench can also be used.

边栏推荐
猜你喜欢

Copy攻城狮5分钟在线体验 MindIR 格式模型生成

arm-3-中断体系结构

MFC读取点云,只能正常显示第一个,显示后面时报错

"A minute" Copy siege lion log 】 【 run MindSpore LeNet model

Deep learning, "grain and grass" first--On the way to obtain data sets

在AWS-EC2中安装Minikube集群

强化学习中,Q-Learning与Sarsa的差别有多大?

Windows10重置MySQL用户密码

管道重定向

亚马逊云科技 Build On 2022 - AIot 第二季物联网专场实验心得
随机推荐
LeetCode_22_Apr_2nd_Week
空洞卷积
代码庆端午--粽你心意
MNIST Handwritten Digit Recognition - Image Analysis Method for Binary Classification
bind()系统调用的用处
LeetCode_Nov_5th_Week
(导航页)OpenStack-M版-双节点手工搭建-附B站视频
2020-10-19
打金?工作室?账号被封?游戏灰黑产离我们有多近
Deep Learning Theory - Initialization, Parameter Adjustment
MNIST handwritten digit recognition, sorted by from two to ten
【论文阅读】Multi-View Spectral Clustering with Optimal Neighborhood Laplacian Matrix
A code example of the PCL method in the domain of DG (Domain Generalization)
如何用Pygame制作简单的贪吃蛇游戏
target has libraries with conflicting names: libcrypto.a and libssl.a.
【论文阅读】Exploring Spatial Significance via Hybrid Pyramidal Graph Network for Vehicle Re-identificatio
机器学习——分类问题对于文字标签的处理(特征工程)
Code to celebrate the Dragon Boat Festival - Zongzi, your heart
Comparison of oracle's number and postgresql's numeric
度量学习(Metric learning)—— 基于分类损失函数(softmax、交叉熵、cosface、arcface)