Ubuntu – Not able to enable pdo_thesql extension or not able to install

magentoMySQLPHP

I am using Ubuntu 16.04.3 LTS , Using PHP version 5.6 i have required 5.6 version only not required php latest version

I tried to install or tried to enable but not working:

 sudo apt-get install php5-gd php5-mysql

E: Package 'php5-mysql' has no installation candidate

I am getting below error.

pdo_mysql extension is not installed

Best Answer

Thanks for your help, i have resolved issue.

I have executed below commands in terminal.

sudo a2dismod php7.0
sudo a2enmod php5.6
sudo apt-get install php5.6-mysql
sudo service apache2 restart

Thanks,