当前位置:网站首页>Local MySQL forget password modification method (Windows) [easy to understand]
Local MySQL forget password modification method (Windows) [easy to understand]
2022-07-04 11:03:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
Do you have the embarrassment of forgetting your password Are you connected Mysql It's embarrassing to forget the installation path of Don't ask me how I know that , Ha ha ha Don't talk much , Let's get to the point !
If you remember mysql If the installation path of , Skip step directly 1 2 3
1. keyboard Windows + R, Input services.msc And then go back ;
2. find Mysql, Right click Mysql Find the attribute , Open it and you can see the path of the executable file ;
PS: You can switch to uppercase , Then press... All the time M M M…( Ancestral recipe )
3. Get into bin Under the table of contents , Hold down shift + Right mouse button , Click on the open “ Open here Powershell window ”
4. Close the service , Enter... In the command window
4.1 net stop mysql
4.2 mysqld –console –skip-grant-tables –shared-memory
Don't close the window yet
5. Like steps 3 Open a command window again
5.1 mysql -u root -p enter , Now let you enter the password , No input , Directly enter
5.2 use mysql
5.3 update user set authentication_string=” where user=’root’;
5.4 quit
6. close window 1、2, Remake steps 3 Open a command window again
6.1 net start mysql
6.2 mysql -u root -p enter , No password , enter
6.3 ALTER USER ‘root’@’localhost’ IDENTIFIED BY ‘root2020’;
7. Change the password , The new password is root2020.
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/149139.html Link to the original text :https://javaforall.cn
边栏推荐
- Interview and lecture summary 1
- Canoe: the difference between environment variables and system variables
- How to use diff and patch to update the source code
- Canoe - the second simulation engineering - xvehicle - 2panel design (principle, idea)
- PHP programming language (1) - operators
- SQL greatest() function instance detailed example
- Detailed array expansion analysis --- take you step by step analysis
- re. Sub() usage
- JMeter common configuration components and parameterization
- Heartbeat报错 attempted replay attack
猜你喜欢
[test theory] test process management
Post man JSON script version conversion
Take advantage of the world's sleeping gap to improve and surpass yourself -- get up early
[Galaxy Kirin V10] [server] NFS setup
[Galaxy Kirin V10] [desktop] can't be started or the screen is black
2022 AAAI fellow release! Yan Shuicheng, chief scientist of sail, and Feng Yan, Professor of Hong Kong University of science and technology, were selected
JMeter correlation technology
Canoe the second simulation engineering xvehicle 3 CAPL programming (operation)
Canoe - the third simulation project - bus simulation - 3-2 project implementation
Personal thoughts on the development of game automation protocol testing tool
随机推荐
[Galaxy Kirin V10] [server] failed to start the network
Is Sanli futures safe? How to open a futures account? How to reduce the handling charge of futures at present?
Function introduction of canbedded component
Digital simulation beauty match preparation -matlab basic operation No. 6
Canoe: what is vtsystem
MBG combat zero basis
[test theory] test the dimension of professional ability
Fundamentals of software testing
Deepmind proposed a Zuan AI, which specially outputs network attack language
Open the neural network "black box"! Unveil the mystery of machine learning system with natural language
本地Mysql忘记密码的修改方法(windows)
Communication layer of csframework
Usage of with as
SQL greatest() function instance detailed example
Postman interface test
Using SA token to solve websocket handshake authentication
Introduction to canoe automatic test system
regular expression
JMeter Foundation
Fundamentals of database operation