How can I fix this? im trying to do a clean
install of wordpress latest
on ubuntu 16 running nginx
for Php7
When i access : http://blog.mysite.com/wordpress/
I get:
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
How can i resolve this?
Simply install necessary extensions and restart fpm process:
This is a real relief I found this post, which helped me: How to enable MySQLi extension in php 7?
Basically, if you're running
php7
instead ofphp5
you should run this to resolve this issue:and yes, as @Kris mentioned: