Ubuntu – PhpMyAdmin mbstring is missing

phpmyadmin

When I try localhost/phpmyadmin it gives me the following message – the other file of PHP are working correctly on localhost

phpMyAdmin – Error
The mbstring extension is missing. Please check your PHP configuration.

What can I do to resolve this?

Best Answer

sudo apt install php-mbstring
sudo service apache2 restart