当前位置:网站首页>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 ~~
边栏推荐
- JS settimeout() and interview questions
- [SUCTF2018]followme
- 集成学习概览
- 华为快应用中如何实现同时传递事件对象和自定义参数
- JSP webshell免杀——webshell免杀
- 二叉树专题--AcWing 1497. 树的遍历(利用后、中序遍历,构建二叉树)
- 计算序列之和
- Point cloud projection picture
- UWA report uses tips. Did you get it? (the fourth bullet)
- The URL in the RTSP setup header of the axis device cannot take a parameter
猜你喜欢

Common methods of JS array

快应用中实现自定义抽屉组件

LeetCode+ 76 - 80 暴搜专题

Shapiro Wilk normal analysis by SPSS

Kustomize user manual

【AppLinking实战案例】通过AppLinking分享应用内图片

集成学习概览
![[SUCTF2018]followme](/img/63/9104f9c8bd24937b0fc65053efec96.png)
[SUCTF2018]followme

Special topic of binary tree -- acwing 19 The next node of the binary tree (find the successor of the node in the tree)
![[SUCTF2018]followme](/img/63/9104f9c8bd24937b0fc65053efec96.png)
[SUCTF2018]followme
随机推荐
Convert yv12 to rgb565 image conversion, with YUV to RGB test
13. Semaphore critical zone protection
华为应用市场应用统计数据问题大揭秘
洛谷 P4281 [AHOI2008]紧急集合 / 聚会(树上倍增 LCA)
MySQL数据库远程访问权限设置
Special topic of binary tree -- acwing 1589 Building binary search tree
拆解美图SaaS:开着飞机换引擎
4. Random variables
14. Code implementation of semaphore
2022爱分析· 国央企数字化厂商全景报告
二叉树专题--AcWing 47. 二叉树中和为某一值的路径(前序遍历)
JVM garbage collector
MySQL environment configuration
JVM之垃圾回收器
从.bag文件中读取并保存.jpg图片和.pcd点云
Leetcode+ 76 - 80 storm search topic
From Read and save in bag file Jpg pictures and PCD point cloud
Oracle 笔记
AppGallery Connect场景化开发实战—图片存储分享
Jsp webshell Free from killing - The Foundation of JSP