Home >Backend Development >PHP Tutorial >Unable to load mysql extension, please check PHP configuration_PHP tutorial
When I installed a new server today, I configured phpMyAdmin in the server, but when I opened it, phpmyadmin got an error. The mysql extension could not be loaded. Please check the PHP configuration. Let me introduce the solution to you.
Unable to load mysql extension,
Please check PHP configuration - Documentation
The solution is very simple. Find the following code in your php.ini
The code is as follows
|
Copy code
|
||||
extension_dir = "D:/xxx/php/ext"
| D:xxxphpext is your php installation directory. Restart apache
http: //www.bkjia.com/PHPjc/632117.html