What should I do if I install phpmyadmin missing mysqli extension?

Source: Internet
Author: User

The recent installation of the new version of phpMyAdmin will prompt the missing mysqli extension, Mysqli.dll is a php extension of the new features of MySQL, in the PHP5 can be loaded in php.ini.

The mysqli extension is missing. Please check your PHP configuration. See we documentation for more information.

First, the solution steps

Hint missing mysqli extension, solve is also very simple, only need to open support mysqli extension in php.ini.

    1. Open the PHP installation directory, go to ext directory, see if there is a Php_mysqli.dll file, if not, need to reinstall PHP

    1. Open the c:\windows\php.ini,php configuration file.

    1. To Extension=php_mysqli.dll, to replace with.

Extension=php_mysqli.dll

    1. Open phpMyAdmin found that the error message has been lost, indicating that mysqli open successfully, if there are errors, continue to the next step.


    1. Find extension_dir= "./ext", modify PHP Extension directory ext to absolute path

Extension_dir = "d:/php_iis/php/ext/"

d:/php_iis/php, is the PHP installation directory

6. To this mysqli has been opened successfully, phpMyAdmin open Normal, you can test mysqli advanced features of the AC qq:2881064157

What should I do if I install phpmyadmin missing mysqli extension?

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.