Mysql (external link, English) extensions cannot be loaded in PHP. check what your PHP configuration is.

Source: Internet
Author: User
Mysql (external link, English) extensions cannot be loaded in PHP. check what is wrong with your PHP configuration? After the MySql database and phpMyAdmin are installed, mysql (external link, English) extensions cannot be loaded. check your PHP configuration. how can this problem be solved ?, Maybe you have not enabled the mysql extension to modify php. ini or your dll does not show mysql (external link, English) extensions that cannot be loaded in PHP. please check what is wrong with your PHP configuration?
The MySql database and phpMyAdmin are installed.

Unable to load mysql (external link, English) extension. Please check your PHP configuration

How can this problem be solved?


------ Solution --------------------
Mysql extension may not be enabled.
Modify php. ini

Or your dll is not copied to the system directory.
You will know how to deal with it after searching on the Internet.
------ Solution --------------------
In the extension of php. ini, remove the comments from php_mysql.dll and load mysql. for details, refer to PHP Tutorial.
------ Solution --------------------
Mysql extension is not enabled or cannot be enabled
1. php. ini:
; Extension = php_mysql.dll
Remove the previous; number
2. (Windows) copy libmysql. dll and ext/php_mysql.dll to system32.

Restart IIS/APACHE
Check whether phpinfo () is enabled successfully.
------ Solution --------------------
Find in php. ini; extension = php_mysql.dll to remove the previous one; restart apache. try again. if it is configured in the environment variable, restart the machine.

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.