当前位置:网站首页>The most detailed MySQL installation tutorial
The most detailed MySQL installation tutorial
2022-07-02 11:00:00 【Perfunctory zgf】
The most detailed MySql Installation tutorial
One 、 Enter official website :https://www.mysql.com/




When the download is complete , Check whether the computer name has Chinese characters . If yes, please click rename computer to replace .
Two 、 The formal installation 

When you get to this page , What components need to be installed ? The tips and steps are as follows :
Enter into Custom After the page —> Click on Back—> Click on Developer Default —> Click on next—> Click on Back—> Click again on the Custom—> Click on next, At this time, we found that , It has been selected !
Choose each item at once , Custom installation path 
Ensure that each item is customized after the installation path is successful , Click on next



Always point next










open cmd Get into bin Under the table of contents , Input mysql -u root -p
Input mysql --version
So far, the installation is successful !!
3、 ... and 、 Configure environment variables 

The configuration of environment variables is successful !
Four 、 Graphical interface SQLyog install
「MySQL8.0.22&SQLyog12.09」 Wait for the documents https://www.aliyundrive.com/s/9Wnm8LD4Ytg Extraction code : 49as
Occurs during installation 2058 error , reason :MySql After the version of is updated , The encryption method of password has changed , however SQLyog The password decryption method of has not been changed . resolvent :
open :
Input :
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';

After relinking , It's solved 
Thank you for attention , Those who feel useful are welcome to click three times ~~
边栏推荐
猜你喜欢
随机推荐
二叉树专题--AcWing 1497. 树的遍历(利用后、中序遍历,构建二叉树)
LeetCode+ 76 - 80 暴搜专题
《实习报告》Skywalking分布式链路追踪?
二叉树专题--AcWing 1589. 构建二叉搜索树
PCL之滤波
华为AppLinking中统一链接的创建和使用
Sus system availability scale
JSP webshell免杀——JSP的基础
二叉树专题--AcWing 3540. 二叉搜索树建树(实用板子 构建二叉搜索树 并输出前、中、后序遍历)
正则及常用公式
UWA report uses tips. Did you get it? (the fourth bullet)
2022-06-17
UVM learning - object attribute of UVM phase
Session cookies and tokens
Read H264 parameters from mediarecord recording
PCL Eigen介绍及简单使用
UVM learning - build a simple UVM verification platform
The URL in the RTSP setup header of the axis device cannot take a parameter
Binary tree topic -- Luogu p3884 [jloi2009] binary tree problem (DFS for binary tree depth BFS for binary tree width Dijkstra for shortest path)
力扣(LeetCode)182. 查找重复的电子邮箱(2022.07.01)









![[TS] 1368 seconds understand typescript generic tool types!](/img/2b/58a850b52ce8a9b2e6e7b6b72b0fe5.jpg)