I had uncommented the ‘extension=php_mysqli.dll’ in the PHP config file but I’m still getting the error message that my mySQLi extension is missing. What else do I verify?
I had uncommented the ‘extension=php_mysqli.dll’ in the PHP config file but I’m still getting
Share
After restarting your web service, check PHP info:
Does the extension appear there? If so, it loaded correctly. If not, you are likely missing the DLL, or have the wrong extension path.
Look for something like this:
