Unable to load mysql extension please check PHP configuration

Source: Internet
Author: User
Today, when I configured the apache and php environments, I personally felt that the configuration was complete. I wrote my own PHP file to test whether the php file was successfully executed. However, when I ran phpMyAdmin, I was prompted that the mysql extension could not be loaded. Please check the PHP configuration, later... today, when I configured the apache and php environments, I personally felt that the configuration was complete. I wrote my own PHP file to test whether the php file was successfully executed. However, when I ran phpMyAdmin, I was prompted that the mysql extension could not be loaded. Please check the PHP configuration, after troubleshooting, I found a solution. I will share it with you below.

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

 

The input result is correct. However, when using phpmyadmin, the following message is displayed: phpMyAdmin-error. mysql extension cannot be loaded. check the PHP configuration-documentation.

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

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

Restart apache to solve the problem.


Address:

Reprinted at will, but please attach the article address :-)

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.