Error: Your PHP installation appears to be missing the MySQL extension which is required by WordPress

I recently changed configurations on my web server and moved my MySQL databases to a remote server. Upon making the changes, I removed MySQL from my web server just to make it as minimal as possible. My WordPress site was working perfect with the remote SQL until I removed it on the local server. Then I got the error:

Your PHP installation appears to be missing the MySQL extension which is required by WordPress

Read More

I’m curious as to why WordPress forces you to have it installed even while using a remote connection? Is there a way to get around this?

Worst case scenario I guess I’ll reinstall MySQL.

Related posts

Leave a Reply

1 comment

  1. its not mySQL that is the issue you need to enable the mySQL extensions required by WordPress in the php.ini file or install them if they don’t exist.

    When you removed MySQL it probably removed or diabled the extensions for it in PHP, atleast that is what it sounds like. You should be able to just install or enable the extensions back in without reinstalling all of mySQL