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 solution to the unresponsive error of entering account number and password by accessing phpmyadmin

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

Share

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

This article will explain in detail the solution to unresponsive errors in entering account passwords when accessing phpmyadmin. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.

Error accessing phpmyadmin. Entering account number and password is not responding.

Installation 4.2.6phpmyadmin access error, entering account password does not respond

Error code

PhpMyAdmin-Error Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.

The reason is that there is no session mechanism file to save the session under / usr/local/php.

Solution.

First check vim / etc/php.ini

Check to see if session.save_path = "/ usr/local/php/tmp/" is commented out. If the comment is taken out; remove. open.

Mkdir-p / usr/local/php/tmp/chmod-R 777 / usr/local/php/tmp/

Restart httpd or fpm to solve the problem.

The browser visited again and went in successfully.

Then go to the created directory to view the generated session content.

This is the end of this article on "the solution to unresponsive errors in entering account passwords in accessing phpmyadmin". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.

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