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