Workaround for missing mysqli extension issues in phpMyAdmin _php tutorial

Source: Internet
Author: User
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 ...

  • Related Article

    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.