PHP Warning: PHP Startup: Unable to load dynamic library ‘pdo_mysql.so’

I solved the problem this way:

sudo apt-get --purge remove php-common

sudo apt-get install php-common php-mysql php-cli

Now there is no error and php -m shows it has everything:

Leave a Comment