"mysqi extension is missing" Code Answer

3

after restarting your web service, check php info:

phpinfo();

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:

By hedgie on May 14 2022

Answers related to “mysqi extension is missing”

Only authorized users can answer the Search term. Please sign in first, or register a free account.