当前位置:网站首页>最详细MySql安装教程
最详细MySql安装教程
2022-07-02 07:16:00 【敷衍zgf】
最详细MySql安装教程
一、进入官网:https://www.mysql.com/
下载完成后,检查电脑名称是否有中文字符。若有请点击重命名电脑进行更换。
二、正式安装
进入到这个页面后,需要安装哪些组件呢? 小技巧步骤如下:
进入到Custom页面后—> 点击Back—>点击Developer Default —>点击next—>点击Back—>再次点击Custom—>点击next,此时发现,已经选择好啦!
一次选择每一项,自定义安装路径
确保每一项都自定义安装路径成功后,点击next
一直点next
打开cmd进入bin目录下,输入mysql -u root -p
输入mysql --version
至此就安装成功啦!!
三、配置环境变量
环境变量配置成功啦!
四、图形化界面SQLyog安装
「MySQL8.0.22&SQLyog12.09」等文件 https://www.aliyundrive.com/s/9Wnm8LD4Ytg 提取码: 49as
安装过程中出现2058错误,原因:MySql的版本更新之后,密码的加密方式改变了,但是SQLyog的密码解密方式未改。解决方法:
打开:
输入:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
重新链接后,解决啦
感谢关注,觉得有用的欢迎一键三连~~
边栏推荐
- [SUCTF2018]followme
- Dialogue Wu Gang: why do I believe in the rise of "big country brands"?
- Excuse me, is it cost-effective to insure love life patron saint 2.0 increased lifelong life insurance? What are the advantages of this product?
- UVM learning - build a simple UVM verification platform
- "Matching" is true love, a new attitude for young people to make friends
- (五)APA场景搭建之挡位控制设置
- JSP webshell免殺——JSP的基礎
- AI技术产业热点分析
- 【AppLinking实战案例】通过AppLinking分享应用内图片
- JSP webshell免杀——webshell免杀
猜你喜欢
使用sqlcipher打开加密的sqlite方法
软件产品管理系统有哪些?12个最佳产品管理工具盘点
Retrofit's callback hell is really vulnerable in kotlin synergy mode!
VSCode工具使用
Jsp webshell Free from killing - The Foundation of JSP
从.bag文件中读取并保存.jpg图片和.pcd点云
MySQL environment configuration
How to get the password of cpolar?
01 install virtual machine
13.信号量临界区保护
随机推荐
Solution of mysql8 forgetting password file in Windows Environment
Record attributeerror: 'nonetype' object has no attribute 'nextcall‘
VSCode工具使用
Shutter - canvas custom graph
stm32和电机开发(上位系统)
《MySQL 8 DBA基础教程》简介
Leetcode+ 76 - 80 storm search topic
从.bag文件中读取并保存.jpg图片和.pcd点云
Excuse me, is it cost-effective to insure love life patron saint 2.0 increased lifelong life insurance? What are the advantages of this product?
The nanny level tutorial of flutter environment configuration makes the doctor green to the end
UVM learning - object attribute of UVM phase
STM32 and motor development (upper system)
Disassembling Meitu SaaS: driving the plane to change the engine
Stm32 et développement de moteurs (système supérieur)
AttributeError: type object ‘Image‘ has no attribute ‘fromarray‘
Sus system availability scale
Thanos Receiver
SQOOP 1.4.6 INSTALL
01 install virtual machine
MySQL数据库远程访问权限设置