PS: this is the problem that occurs when I Configure the server today, but I have done everything in the same way .. It's still useless. It's very depressing .. Ah... I don't know why .. All possible causes have been found .. Depressing '~
Apache2 + MySQL + PhP5 + phpMyAdmin configuration problem: unable to add MySQL extension, please check PHP configuration...
After apache2 + MySQL + PhP5 is installed, after phpMyAdmin is installed and configured, enter http: // localhost/PHPmyAdmin/in the browser address box to display the following prompt information:
-----------------------------------------------
Unable to load MySQL extension,
Check PHP configuration
Document
----------------------------------------------
Solution: modify "C:/Windows/PHP. ini" to search for php_mysql.dll and remove the annotator ";"
Then copy "PHP installation directory/libmysql. dll" and "PHP installation directory/EXT/php_mysql.dll" to "C:/Windows/system32/" and restart Apache.
In addition, when you open phpMyAdmin again, you may prompt:
----------------------------------------------
No extension settings for PHP are found, but the current system seems to be using the wide character set. PhpMyAdmin without mbstring Extensions cannot correctly identify strings and may produce unexpected results.
----------------------------------------------
Solution: modify "C:/Windows/PHP. ini" to find extension = php_mbstring.dll and remove the preceding ";" comment, save.
Copy "PHP installation directory/EXT/php_mbstring.dll" to "C:/Windows/system32" and restart Apache.