Home > Database > phpMyAdmin > body text

What should I do if phpmyadmin cannot be opened?

coldplay.xixi
Release: 2020-07-20 11:50:06
Original
10224 people have browsed it

Solution to the problem that phpmyadmin cannot be opened: First open [pnp.ini], find [;extension=php] and remove [;]; then find [;extension_dir=] and remove [;]; finally, remove Copy [pnp.ini] to [c:\windows] and restart.

What should I do if phpmyadmin cannot be opened?

Solution to the problem that phpmyadmin cannot be opened:

1. Check if there is # in the ext directory of php ##php_mysqli.dllFile

If there is one, continue with the following steps. If not, reinstall php.

2. Open php.ini and find

;extension=php_mysqli.dll
Copy after login

Remove the semicolon "

;" in front and change it to

extension=php_mysqli.dll
Copy after login

3. Find

;extension_dir="./ext"
Copy after login

Remove the semicolon "

;" in front and change it to

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

4. Copy php.ini to

c:\windows

5. Restart IIS/apache

Related tutorial recommendations:

phpmyadmin

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!