When you open phpMyAdmin, you may be able to report such a mistake,
The mysqli extension is missing. Please check your PHP configuration.
You can check these methods in the following ways:
1. check php.ini, Extension=php_mysqli.dll is not already enabled is to remove the front;
2. check php.ini Extension_dir address is not point to the PHP directory in the EXT directory This step is the key I am in this step of the problem I put Extension_dir = "E:\www\php54\ext" Set it to your own directory.
3. Check that the Lib_mysql.dll has not been copied to the Windows directory this DLL file has a variety of forms with no underlined libmysql_d.dll so watch yourself.
4. Check the PHP installation directory ext directory, Php_mysqli.dll file is not present online also description best Use ZIP package decompression will not appear file loss
5. Check the PHP details page to see if MySQL and mysqli have been started this step is to check if you have opened mysqli
If not, you can find the MYSQLI keyword is no longer available on the PHP detail page.
Finally pay attention to!!! Restart Apache
http://www.bkjia.com/PHPjc/327022.html www.bkjia.com true http://www.bkjia.com/PHPjc/327022.html techarticle This error may be reported when you open phpMyAdmin, and the mysqli extension is missing. Please check your PHP configuration. A href= "Documentation.html#faqmysql" target= "Documentation" IMG class= "I ...