当前位置:网站首页>高版本MySQL服务端安装不上怎么办,忘记密码(MySQL8.0.29)?
高版本MySQL服务端安装不上怎么办,忘记密码(MySQL8.0.29)?
2022-07-25 13:43:00 【多罗罗girl】
配置环境变量:计算机–>系统属性–>高级系统属性->高级–>高级环境变量–>系统变量找到PATH变量:把mysql的mysql-8.0.29-winx64路径和bin路径都放进去,用分号隔开,放在PATH变量的后面也是用分号隔开。我的路径是这样的2个:C:\SQL\mysql-8.0.29-winx64;C:\SQL\mysql-8.0.29-winx64\bin
整个变量最后连起来是这样的:%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0;C:\SQL\mysql-8.0.29-winx64;C:\SQL\mysql-8.0.29-winx64\bin(注意每个路径之间用分号隔开,很重要!)
配置环境变量的目的就是为了在cmd的时候不用cd bin路径(不用进入路径就能访问mysql
)
困扰我几个月的难题,MySQL安装问题,密码忘记重置问题:(root密码:******)我配置了环境变量,就不用cd 进入bin目录,解决方法连接来源参考:https://blog.csdn.net/linmengmeng_1314/article/details/109484951
百度上的一些方法只适合低版本的,如果你安装的是高版本的MySQL,上面的方法足够用了。
边栏推荐
- stable_baselines快速入门
- Online Learning and Pricing with Reusable Resources: Linear Bandits with Sub-Exponential Rewards: Li
- pycharm不能输入中文解决方法
- The interviewer asked me: how much do you know about MySQL's storage engine?
- 嵌入式代码如何进行重构?
- Common methods of arrays
- JS Array indexOf includes sort() 冒号排序 快速排序 去重和随机样本 random
- Install oh my Zsh
- 刷题-洛谷-P1047 校门外的树
- Concurrent tool set for concurrent programming
猜你喜欢

JS Array indexOf includes sort() 冒号排序 快速排序 去重和随机样本 random

Canal realizes MySQL data synchronization

What is your revenue rank among global developers in 2022?

Introduction and features of numpy (I)
![[platform IO compile hifive1 revb] * * * [.pio\build\hifive1 revb\src\setupgpio.o] solution to error 1](/img/a1/de197464e2a735d7ef012cea780da5.png)
[platform IO compile hifive1 revb] * * * [.pio\build\hifive1 revb\src\setupgpio.o] solution to error 1

QGIS loading online map: Gaode, Tiandi map, etc

IM system - some common problems of message streaming

How can information security engineers prepare for the soft exam in the second half of 2022?

window unbutu20 LTS apt,wget 安装时 DNS 解析错误

ES6 array de duplication new set()
随机推荐
面试官问我:Mysql的存储引擎你了解多少?
0717RHCSA
刷题-洛谷-P1146 硬币翻转
Azure Devops (XIV) use azure's private nuget warehouse
包管理 apt,dpkg
Peripheral system calls SAP's webapi interface
How to use handwritten JDBC?
Hcip day 8 notes
How can information security engineers prepare for the soft exam in the second half of 2022?
Numpy快速入门
Concurrent programming - memory model JMM
Congestion control of TCP
并发编程之并发工具集
Hcip eighth day experiment
Excel record macro
adb通过Wi-Fi连接小米手机
并发编程之AQS
Sports luxury or safety luxury? Which type of Asian Dragon and Volvo S60 should we start with?
【服务器数据恢复】HP EVA服务器存储RAID信息断电丢失的数据恢复
手写jdbc的使用步骤?