Home > Database > phpMyAdmin > body text

Solution to 500 error when using phpmyadmin on the server

Release: 2019-12-07 14:06:50
Original
4134 people have browsed it

Solution to 500 error when using phpmyadmin on the server

phpmyadmin 500 error (server internal error, error code 500)

1. Open the php installation directory and enter d:\php\php.ini

Find; extension_dir = "ext", cancel the previous;, and point its path to the extensions directory under your PHP directory, for example: extension_dir = "d:\php\ext";

2. Copy d:\PHP\libmysql.dll, d:\PHP\ext\php_mysql.dll, d:\PHP\ext\php_mysqli.dll to C:\Windows\system32 so that PHP5 can support MYSQL.

Attachment: Step 2 of copying files is optional

For more phpmyadmin related technical articles, please visit the phpmyadmin tutorial column!

The above is the detailed content of Solution to 500 error when using phpmyadmin on the server. 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!