当前位置:网站首页>本地Mysql忘记密码的修改方法(windows)[通俗易懂]
本地Mysql忘记密码的修改方法(windows)[通俗易懂]
2022-07-04 10:55:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
你是否有忘记密码的尴尬 你是否有连Mysql的安装路径都忘了的尴尬 别问我是怎么知道的,哈哈哈 话不多说,步入正题吧!
如果你记得mysql的安装路径的话,直接跳过步骤1 2 3
1.键盘Windows + R,输入services.msc然后回车;
2.找到Mysql,右键Mysql找到属性,打开就能看到可执行文件的路径了;
PS:可以切换到大写,然后一直按M M M…(祖传妙方)
3.进入bin目录下,按住shift + 鼠标右键,点击打开“在此处打开Powershell窗口”
4.关闭服务,在命令窗口输入
4.1 net stop mysql
4.2 mysqld –console –skip-grant-tables –shared-memory
窗口先不要关闭
5.像步骤3一样再打开一个命令窗口
5.1 mysql -u root -p 回车,这时让你输入密码,不输入,直接回车
5.2 use mysql
5.3 update user set authentication_string=” where user=’root’;
5.4 quit
6.关闭窗口1、2,再像步骤3一样再打开一个命令窗口
6.1 net start mysql
6.2 mysql -u root -p 回车,不输入密码,回车
6.3 ALTER USER ‘root’@’localhost’ IDENTIFIED BY ‘root2020’;
7.修改密码完成,新的密码就为root2020。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/149139.html原文链接:https://javaforall.cn
边栏推荐
- BGP ---- border gateway routing protocol ----- basic experiment
- Jianzhi offer 04 (implemented in C language)
- Network connection (III) functions and similarities and differences of hubs, switches and routers, routing tables and tables in switches, why do you need address translation and packet filtering?
- What is an excellent architect in my heart?
- How to quickly parse XML documents through C (in fact, other languages also have corresponding interfaces or libraries to call)
- Get the data of the top 100 headlines today with Tianxing data
- software test
- RHCE day 3
- Postman interface test
- /*Rewrite the program, find the value of the element, and return the iterator 9.13: pointing to the found element. Make sure that the program works correctly when the element you are looking for does
猜你喜欢
[test theory] test process management
Canoe - the second simulation engineering - xvehicle - 2panel design (principle, idea)
Installation of ES plug-in in Google browser
Canoe test: two ways to create CAPL test module
MPLS: multi protocol label switching
[Galaxy Kirin V10] [server] soft RAID configuration
Add t more space to your computer (no need to add hard disk)
Static comprehensive experiment ---hcip1
Linked list operation can never change without its roots
Ten key performance indicators of software applications
随机推荐
Canoe test: two ways to create CAPL test module
/*Rewrite the program, find the value of the element, and return the iterator 9.13: pointing to the found element. Make sure that the program works correctly when the element you are looking for does
BGP ---- border gateway routing protocol ----- basic experiment
Seven examples to understand the storage rules of shaped data on each bit
Huge number multiplication (C language)
Huge number (C language)
[Galaxy Kirin V10] [server] FTP introduction and common scenario construction
/*Write a function to open the file for input, read the contents of the file into the vector container of string class 8.9: type, and store each line as an element of the container object*/
DDL language of MySQL database: create, modify alter, delete drop of databases and tables
Locust learning record I
[Galaxy Kirin V10] [desktop] login system flash back
First article
Performance test method
Appscan installation steps
Sword finger offer 05 (implemented in C language)
Hlk-w801wifi connection
JMeter common configuration components and parameterization
[Galaxy Kirin V10] [server] NUMA Technology
OSPF summary
For and while loops