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!