The mysqli extension is missing for phpMyAdmin configuration and errors. Check PHP configuration

Source: Internet
Author: User
PhpMyAdmin

PhpMyAdmin-the error message "mysqli extension" is missing. Check the PHP configuration. A href = "Documentation.html # faqmysql" target = "documentation" img class = "icon" src = ". /themes/pmahomme/img/B _help.png "width =" 11 "height =" 11 "alt =" document "title =" document "// a solution step: 1. look at ph

PhpMyAdmin-Error
The mysqli extension is missing. Check the PHP configuration. Class = "icon" src = "./themes/pmahomme/img/B _help.png" width = "11" height = "11" alt = "document" title = "document"/>

Solution:

1. Check whether the php ext directory contains the php_mysqli.dll file.
If yes, continue with the following steps. If no, reinstall php ^_^.

2. Open php. ini and check if php. ini; extension = php_mysqli.dll is enabled, that is, remove the previous one. Find
; Extension = php_mysqli.dll
Remove the Semicolon ";" and change it
Extension = php_mysqli.dll

3. Find
; Extension_dir = "./ext"
Remove the Semicolon ";" and change it
Extension_dir = "e: \ php \ ext"
E: \ php is the directory for storing php

4. Check whether lib_mysql.dll has been copied to the windows/system32 directory (which is also supported by 64-bit systems). This dll file has multiple forms of libmysql_d.dll with no underscores. Therefore, be sure to read it by yourself.

5. view the php details page To see if mysql and mysqli have been started, check whether you have enabled mysqli.

4. Restart IIS (not a website)

6. phpMyAdmin login successful

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.