The mysqli extension is missing. Check the PHP configuration ., Mysqliphp
A new lamp is installed and you want to open the database. The following error occurs:
PhpMyAdmin-the error message "mysqli extension" is missing. Check the PHP configuration. <A href = "Documentation.html # faqmysql" target = "documentation">
Class = "icon" src = ". /themes/pmahomme/img/B _help.png "width =" 11 "height =" 11 "alt =" document "title =" document "/> </a>
Solution: Check whether mysqli extension exists in phpinfo (). If not, go to the php installation directory to check whether mysqli exists. if the dll plug-in is not available, go to the official website to download the extension of the corresponding version. If so, check php. does ini enable extension = php_mysqli.dll?
If you do not find this sentence, restart the apache service and check whether it is normal.