Module pdo_mysql ini file doesn’t exist under /etc/php/7.0/mods-available

sudo apt-get install php7.0-mysql

You will then need to ensure the module is enabled:

sudo phpenmod pdo_mysql

Then restart Apache to load the new modules:

sudo service apache2 restart