Home  >  Article  >  Database  >  What should I do if I cannot open the web page after installing phpmyadmin?

What should I do if I cannot open the web page after installing phpmyadmin?

藏色散人
藏色散人Original
2020-04-10 10:22:392365browse

What should I do if I cannot open the web page after installing phpmyadmin?

What should I do if I can’t open the web page after installing phpmyadmin?

Solution steps:

1. Check if there is a php_mysqli.dll file in the ext directory of php

If so, continue with the following steps. If not, reinstall php

2. Open php.ini, find

;extension=php_mysqli.dll

Remove the semicolon ";" in front and change it to

extension=php_mysqli.dll

3.Find

;extension_dir="./ext"

Remove the semicolon ";" in front and change it to

extension_dir = "你的PHP安装路径\ext"

4. Copy php.ini to c:\windows

5. Restart IIS/ apache

The above is the detailed content of What should I do if I cannot open the web page after installing phpmyadmin?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn