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

The method of modifying Administrator password by phpmyadmin

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

Xiaobian to share with you phpmyadmin modify the administrator password method, I hope you read this article after the harvest, let us discuss it together!

phpmyadmin How to modify an administrator password:

1. After logging in to phpMyAdmin, see the "permissions" connection at the top.

2. Enter to see the list of administrator account names. Click "Edit Permission" in the list of administrators to be modified.

3. There will be a password box at the bottom of the page. Just enter it and save it.

After changing, you need to change your login password in config.inc.php of phpmyadmin, otherwise phpmyadmin cannot connect to mysql.

Need to modify phpmyadmin configuration file, use Notepad to open config.inc.php file, find the following sections and modify

$cfg['Servers'][$i]['host'] = 'localhost';

$cfg['Servers'][$i]['port'] = '3306';

$cfg['Servers'][$i]['user'] = 'Enter user name here';

$cfg['Servers'][$i]['password'] = 'Enter your MySQL password here';

$cfg['Servers'][$i]['AllowNoPassword'] = true;

After saving config.inc.php, restart the server to access phpmyadmin.

After reading this article, I believe you have a certain understanding of phpmyadmin's method of modifying the administrator password. If you want to know more about it, welcome to pay attention to the industry information channel. Thank you for reading!

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