Home > Article > Backend Development > Solution to "Missing mysqli extension. Please check PHP configuration" under Linux
If the above is correct, you can install it in /usr/ Find mysqli.so under lib64/php/modules/, and then add: extension=mysqli.so Then, restart the httpd service. |