Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to reset the administrative password in Mysql

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article shows you how to reset the management password in Mysql, the content is concise and easy to understand, it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

1. Stop the running Mysql process

Killall-TERM mysqld-LINUX

You can stop the system service net stop mysql or end the process under

2. Start Mysql in safe mode

/ usr/local/mysql/bin/mysqld_safe-- skip-grant-tables &-LINUX

There are two ways to windows:

1. Enter the installation path at the command prompt: X:\. No, no, no. \ bin\ mysqld-- skip-grant-tables

2. Edit the configuration file under the installation path: X:\ etc\ my.ini add skip-grant-tables to the last line, and then start the service www.2cto.com

Third, enter and change the administrative password

Go directly to the database and the password has been restored to empty:

Use;-Select mysql database

Update user set password=password ('123') where user='root';-change the administrative password to 123

Flush privileges;-Refresh permissions table

The above is how to reset the administrative password in Mysql. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report