当前位置:网站首页>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.
边栏推荐
- Amazon Cloud Technology Build On 2022 - AIot Season 2 IoT Special Experiment Experience
- 语音驱动嘴型与面部动画生成的现状和趋势
- No matching function for call to 'RCTBridgeModuleNameForClass'
- Golang environment variable settings (2)--GOMODULE & GOPROXY
- PCL1.12 解决memory.h中EIGEN处中断问题
- Code to celebrate the Dragon Boat Festival - Zongzi, your heart
- Copy攻城狮的年度之“战”|回顾2020
- LeetCode_Nov_4th_Week
- 理想的生活
- Deep learning, "grain and grass" first--On the way to obtain data sets
猜你喜欢
LeetCode_Nov_3rd_Week
Copy攻城狮5分钟在线体验 MindIR 格式模型生成
LeetCode_Nov_4th_Week
【论文阅读】Multi-View Spectral Clustering with Optimal Neighborhood Laplacian Matrix
AWS uses EC2 to reduce the training cost of DeepRacer: DeepRacer-for-cloud practical operation
MOOSE平台使用入门攻略——如何运行官方教程的例子
"A minute" Copy siege lion log 】 【 run MindSpore LeNet model
LeetCode_Dec_2nd_Week
Cut the hit pro subtitles export of essays
典型CCN网络——efficientNet(2019-Google-已开源)
随机推荐
makefile基础学习
MNIST handwritten digit recognition - based on Mindspore to quickly build a perceptron to achieve ten categories
Copy Siege Lions "sticky" to AI couplets
亚马逊云科技Build On-Amazon Neptune基于知识图谱的推荐模型构建心得
PCL1.12 解决memory.h中EIGEN处中断问题
腾讯、网易纷纷出手,火到出圈的元宇宙到底是个啥?
Postgresql snapshot
Rules.make-适合在编辑模式下看
AWS使用EC2降低DeepRacer的训练成本:DeepRacer-for-cloud的实践操作
题目1000:输入两个整数a和b,计算a+b的和,此题是多组测试数据
How to get started with MOOSE platform - an example of how to run the official tutorial
【论文阅读】Mining Cross-Image Semantics for Weakly Supervised Semantic Segmentation
PCL窗口操作
LeetCode_Dec_3rd_Week
【论文阅读】Exploring Spatial Significance via Hybrid Pyramidal Graph Network for Vehicle Re-identificatio
Amazon Cloud Technology Build On-Amazon Neptune's Knowledge Graph-Based Recommendation Model Building Experience
MNIST handwritten digit recognition, sorted by from two to ten
深度学习理论——过拟合、欠拟合、正则化、优化器
MNIST手写数字识别 —— 从二分类到十分类
多层LSTM