Unable to load mysql extension please check PHP configuration _ PHP Tutorial-php Tutorial

Source: Internet
Author: User
Unable to load mysql extension. Please check the PHP configuration. Today, when I configured the apache and php environments, I personally felt that the configuration was complete. After I wrote the php file myself, I was able to execute the test successfully. However, when I ran phpMyAdmin, I was prompted that the mysql extension could not be loaded, today, when I configured the apache and php environments, I personally felt that the configuration was complete. After I wrote the php file myself, I was able to execute the test successfully. However, when I ran phpMyAdmin, I was prompted that the mysql extension could not be loaded,
Check the PHP configuration and find a solution after Troubleshooting. I will share it with you below.

After the environment is configured, my test file is like a. php.

The code is as follows:

Echo phpinfo ();

$ Cn = mysql_connect ('localhost', 'ttftroat', 'XXX') or die (mysql_error ());
?>

The input result is okay, but I am prompted when using phpmyadmin

PhpMyAdmin-error

Unable to load mysql extension,
Check the PHP configuration-documentation.

Solution

Search for "extension_dir =./", change it to "extension_dir = C: phpext", and then remove these semicolons:

Extension = php_mbstring.dll
Extension = php_gd2.dll
Extension = php_mysql.dll

Restart apache to solve the problem.

Mysql extension ,...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.