Solution:1
1.First check which version install in your pc by using this command :
php -v
2.for example if you getting 7.2
run like this (based on php version )
sudo apt-get install php7.2-common php7.2-mysql
3.After install MySql restart apache server
sudo service apache2 restart