当前位置:网站首页>Local MySQL forgot the password modification method (Windows)
Local MySQL forgot the password modification method (Windows)
2022-07-04 11:02: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/149140.html Link to the original text :https://javaforall.cn
边栏推荐
- XMIND installation
- Iterator generators and modules
- [Galaxy Kirin V10] [desktop] printer
- MFC document view framework (relationship between classes)
- VI text editor and user rights management, group management and time management
- Using Lua to realize 99 multiplication table
- On binary tree (C language)
- Jemeter plug-in technology
- Heartbeat报错 attempted replay attack
- re. Sub() usage
猜你喜欢

Take advantage of the world's sleeping gap to improve and surpass yourself -- get up early

Virtual machine configuration network

Canoe: what is vtsystem
![[Galaxy Kirin V10] [server] NFS setup](/img/ed/bd7f1a1e4924a615cb143a680a2ac7.jpg)
[Galaxy Kirin V10] [server] NFS setup

Climb Phoenix Mountain on December 19, 2021

Ten key performance indicators of software applications

TS type gymnastics: illustrating a complex advanced type

Elevator dispatching (pairing project) ③

Installation of ES plug-in in Google browser

Canoe - description of common database attributes
随机推荐
Recursive method to achieve full permutation (C language)
Day06 list job
20 minutes to learn what XML is_ XML learning notes_ What is an XML file_ Basic grammatical rules_ How to parse
Dictionaries and collections
Analysis function in SQL
Aike AI frontier promotion (2.14)
Canoe - the third simulation project - bus simulation-1 overview
Summary of collection: (to be updated)
Summary of automated testing framework
Performance test overview
Jemeter plug-in technology
2021-11-02
I What is security testing
Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
Snake (C language)
VI text editor and user rights management, group management and time management
Error C4996 ‘WSAAsyncSelect‘: Use WSAEventSelect() instead or define _ WINSOCK_ DEPRECATED_ NO_ WARN
Write a program to judge whether the elements contained in a vector < int> container are 9.20: exactly the same as those in a list < int> container.
Fundamentals of software testing
Solaris 10网络服务