PHP Error Fixes
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
To install php5-mysql module enter:
sudo apt-get install php5-mysql
Next, restart the Apache2/Nginx web server:
sudo service apache2 restart / sudo service nginx restart
To verify if this worked correctly, create a new PHP file