Phpmyadmin prompts failure to load mysqli extension solution

Source: Internet
Author: User
Mysql extension of mysqli for php has better performance than mysql series functions. 1. first, install phpini-dist in your php directory and copy it to C: WINNT (win2003, winxp, win98 should

Mysqli is an enhanced version of mysql extension for php. The performance is much better than that of mysql functions.

1. first, copy the php. ini-dist in your php directory to C: WINNT (win2003, winxp, win98 should be the corresponding system directory ).

2. remove "-dist" next to php. ini-dist, use notepad to open it, search "php_mysqli.dll", and remove the preceding "." Save

3. copy php_mysql.dll in the C \: phpext Directory (your php directory here) to the C: WINNT \ system32 directory.

4. copy libmysql. dll to C: windows \ system32

For php. INI files

1. go to C: PHP and set php. copy the ini-dist file to C: WINNT (C: Windows in Windows XP/2003) and change it to php. ini, open it in notepad, and use the search function of notepad to search extension_dir = ". /", and direct the path to the extensions directory under your PHP Directory, for example, extension_dir =" C: PHPext "; then search register_globals = Off, and change Off to On; search; extension = php_mysql.dll. remove the quotation mark.

2. in the manual, change "PHPsapiphp4isapi. dll" to "php5isapi. dll" in the php directory"

3. Important: Copy the dll file under the php directory and ext (php4x is extension in the manual, which should be ext) to system32, copy libmysql in the php directory. dll file to system32.

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.