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

Recovery method of database password forgetting in phpmyadmin

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the recovery method of database password forgetting in phpmyadmin, which is very detailed and has certain reference value. Friends who are interested must finish it!

1. Open the my.ini configuration file and find the mysqld configuration item, as follows:

[mysqld] port=3306

After adding skip-grant-tables, you can skip password entry and enter the command side.

2. Change the password input after that:

Update mysql.user set password=password ("new password") where user=root

3. After changing the password, delete the skip-grant-tables added in my.ini.

These are all the contents of this article entitled "recovery methods for forgotten database passwords in phpmyadmin". Thank you for reading! Hope to share the content to help you, more related knowledge, 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