当前位置:网站首页>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.
边栏推荐
- Pytorch问题总结
- Unity ML-agents 参数设置解明
- MNIST Handwritten Digit Recognition - Image Analysis Method for Binary Classification
- MNIST手写数字识别 —— 从零构建感知机实现二分类
- Copy攻城狮5分钟在线体验 MindIR 格式模型生成
- (导航页)OpenStack-M版-双节点手工搭建-附B站视频
- arm-2-基础阶段
- 软著撰写注意事项
- Deep learning, "grain and grass" first--On the way to obtain data sets
- Fabric v1.1 环境搭建
猜你喜欢
MOOSE平台官方第二个例子分析——关于创建Kernel,求解对流扩散方程
arm学习-1-开发板
第三章 标准单元库(下)
Copy Siege Lion 5-minute online experience MindIR format model generation
MNIST handwritten digit recognition, sorted by from two to ten
Brief description of database and common operation guide
打金?工作室?账号被封?游戏灰黑产离我们有多近
集合--LinkedList
强化学习中,Q-Learning与Sarsa的差别有多大?
Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers
随机推荐
关于DG(域泛化)领域的PCL方法的代码实例
第三章 标准单元库(上)
arm-3-中断体系结构
投稿相关
代码庆端午--粽你心意
Pytest common plug-in
TensorRT 5 初步认识
深度确定性策略梯度(DDPG)
PostgreSQL schema (Schema)
Rules.make-适合在编辑模式下看
The second official example analysis of the MOOSE platform - about creating a Kernel and solving the convection-diffusion equation
bind()系统调用的用处
MNIST Handwritten Digit Recognition - From Perceptrons to Convolutional Neural Networks
【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记
浅谈外挂常识和如何防御
语音驱动嘴型与面部动画生成的现状和趋势
MOOSE平台官方第二个例子分析——关于创建Kernel,求解对流扩散方程
基于asp.net的法律援助平台的设计与实现(附项目链接)
LeetCode_22_Apr_4th_Week
sbl_init.asm-适合在编辑模式下看