当前位置:网站首页>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.
边栏推荐
- MNIST Handwritten Digit Recognition - Lenet-5's First Commercial Grade Convolutional Neural Network
- 第二章 STA相关概念
- 如何用Pygame制作简单的贪吃蛇游戏
- Endnote编辑参考文献
- Machine Learning - Processing of Text Labels for Classification Problems (Feature Engineering)
- 亚马逊云科技 Build On 2022 - AIot 第二季物联网专场实验心得
- Install Minikube Cluster in AWS-EC2
- 学习资料re-id
- Brief description of database and common operation guide
- Postgresql snapshot
猜你喜欢
随机推荐
[日常办公][shell]常用代码段
【论文阅读】SPANET: SPATIAL PYRAMID ATTENTION NETWORK FOR ENHANCED IMAGE RECOGNITION
Pytorch问题总结
LeetCode_Dec_3rd_Week
MNIST手写数字识别 —— 图像分析法实现二分类
DRA821 环境搭建
MNIST手写数字识别 —— Lenet-5首个商用级别卷积神经网络
MOOSE平台官方第二个例子分析——关于创建Kernel,求解对流扩散方程
tensorRT5.15 使用中的注意点
语音驱动嘴型与面部动画生成的现状和趋势
arm学习-1-开发板
安装pyspider后运行pyspider all后遇到的问题
周志华机器学习
LeetCode_Nov_4th_Week
[开发杂项][编辑器][代码阅读]ctags&vim
腾讯、网易纷纷出手,火到出圈的元宇宙到底是个啥?
光条中心提取方法总结(一)
【论文阅读】TransReID: Transformer-based Object Re-Identification
CSDN spree -- college round table spree
在AWS-EC2中安装Minikube集群