phpmyadminWhat should I do if mysqli cannot be loaded?
1. First install php.ini-dist in your php directory and copy it to C:\WINNT (win2003, winxp, win98 should be the corresponding system directory)
2. Remove the "-dist" after the php.ini-dist just now, open it with Notepad, search for "php_mysql.dll" and remove the ";" in front of it. Save
3. Save it in C:\php Copy php_mysql.dll in the \ext (this should be your php directory) directory to the C:\WINNT\system32 directory
4. Copy libmysql.dll into C:\windows\system32\
The above is the detailed content of What should I do if phpmyadmin cannot load mysqli?. For more information, please follow other related articles on the PHP Chinese website!