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.