Answers for "Your PHP installation appears to be missing the MySQL extension which is required by WordPress. issue"

PHP
1

The mysqli extension is missing. Please check your PHP configuration.

uncomments in the php/php.ini
;mysqli.allow_local_infile = On
Posted by: Guest on February-05-2021

Code answers related to "Your PHP installation appears to be missing the MySQL extension which is required by WordPress. issue"

Browse Popular Code Answers by Language