Today when you install a new server in the server configuration phpMyAdmin, but open phpMyAdmin error cannot load MySQL extension, please check the PHP configuration, let me show you the solution.
Unable to load MySQL extension,
Check your PHP configuration-documentation
The solution is very simple to find you in your php.ini the following code
| The code is as follows |
Copy Code |
Extension_dir = "D:/xxx/php/ext" |
D:xxxphpext is your PHP installation directory and then restart Apache.
Some friends are said to php.ini in the Libmysql.dll remove can, but I go deep is failure.
http://www.bkjia.com/PHPjc/632117.html www.bkjia.com true http://www.bkjia.com/PHPjc/632117.html techarticle today when installing a new server in the server configuration phpMyAdmin, but open when the phpMyAdmin error cannot load MySQL extension, please check the PHP configuration, let me introduce the solution to you ...