"php - your php installation appears to be missing the mysql extension which is required by wordpress" Code Answer

5

the php mysql api is deprecated. it's kaput --- going away -- not to be used, finito.

if you have a modern version of php (> 5.6) then wordpress should automatically switch to make use of mysqli. that should be your first attempt.

if you can not update your php, rather than attempting to resurrect something that php no longer supports, just patch your wordpress: http://wordpress.org/plugins/mysqli/

By heads4874-35fb808f1109 on February 19 2022

Answers related to “php - your php installation appears to be missing the mysql extension which is required by wordpress”

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