当前位置:网站首页>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 Siege Lion's Annual "Battle" | Review 2020
- Fabric v1.1 环境搭建
- target has libraries with conflicting names: libcrypto.a and libssl.a.
- 【论文阅读】Multi-View Spectral Clustering with Optimal Neighborhood Laplacian Matrix
- 学习资料re-id
- 浅谈游戏音效测试点
- 第一章 绪论
- MNIST手写数字识别 —— ResNet-经典卷积神经网络
- target has libraries with conflicting names: libcrypto.a and libssl.a.
- Windows10重置MySQL用户密码
猜你喜欢
Tencent and NetEase have taken action one after another. What is the metaverse that is so popular that it is out of the circle?
Windows10重置MySQL用户密码
MNIST手写数字识别 —— 图像分析法实现二分类
arm-2-基础阶段
Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers
tmux概念和使用
MOOSE平台官方第二个例子分析——关于创建Kernel,求解对流扩散方程
LeetCode_Dec_2nd_Week
多层LSTM
[Deep Learning Diary] Day 1: Hello world, Hello CNN MNIST
随机推荐
LeetCode_Nov_5th_Week
光条中心提取方法总结(一)
机器学习——分类问题对于文字标签的处理(特征工程)
LeetCode_Nov_2nd_Week
基于BiGRU和GAN的数据生成方法
2020-10-29
【Copy攻城狮日志】“一分钟”跑通MindSpore的LeNet模型
投稿相关
[日常办公][杂项][vscode]tab space
在AWS-EC2中安装Minikube集群
LeetCode_Dec_3rd_Week
详解近端策略优化
CSDN spree -- college round table spree
彻底删除MySQL教程
Rules.make-适合在编辑模式下看
Postgresql snapshot
Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers
Lee‘s way of Deep Learning 深度学习笔记
AWS使用EC2降低DeepRacer的训练成本:DeepRacer-for-cloud的实践操作
【代码学习】