Fixed: "Your PHP Installation Appears to be Missing the MySQL Extension which is Required by WordPress."
While installing or running a WordPress website you may hit the server side error "Your PHP Installation Appears to Be Missing the MySQL Extension Which Is Required by WordPress.". The error generally appears due to outdated PHP version, non-existing MySQL extension on your hosting server or outdated WordPress version. We will see the causes behind the server side error "Your PHP Installation Appears to Be Missing the MySQL Extension Which Is Required by WordPress." and understand how to solve this with few easy steps. How to fix: Your PHP Installation Appears to Be Missing the MySQL Extension Which Is Required by WordPress. Why the server side error "Your PHP Installation Appears to Be Missing the MySQL Extension Which Is Required by WordPress." surfaces? When you make a WordPress install on server or localhost using XAMPP/WAMPP there can be a mismatch among the PHP version required by the WordPress version that you have installed on top of it. Ther...