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 that phpmyadmin can't open index.php

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

Share

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

This article will explain in detail the solution that phpmyadmin can not open index.php. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

Phpmyadmin displays an error and cannot open the index.php solution: first find the extension of the function [php_mbstring.dll]; then uncomment [extension=php_mbstring.dll] in the [php.ini] file of the php interpreter.

Phpmyadmin displays an error and cannot open the solution for index.php:

Configure the apache+mysql+phpmyadmin environment under windows7, and configure it after decompression. After entering http://localhost/phpmyadmin, the expected login interface is not displayed, and then / index.php is added at the end of the address.

After searching for related questions on the Internet, find a configuration file httpd.conf that configures apache, and find Directoryindex index.php index.html. This configuration is only for apache to run the home page automatically, and it is best not to change it if it is not necessary, which can not solve the problem that the function is not defined.

The final solution to this problem is due to the undefined function mb_dected_encoding () called, which is in the php_mbstring.dll extension, just uncomment extension=php_mbstring.dll in the php.ini file of the php interpreter.

This is the end of this article on "the solution that phpmyadmin cannot open index.php". 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 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