Solution:
You need to install the MySQL PHP extension. Run the following commands:
sudo apt-get update sudo apt-get install php7.0-mysql
After installation, restart Apache:
sudo systemctl restart apache2