当我尝试时,localhost/phpmyadmin
它给出了以下消息 - PHP 的其他文件正在正常运行localhost
......
phpMyAdmin - 错误
缺少 mbstring 扩展。请检查您的 PHP 配置。
我该如何解决这个问题?
答案1
sudo apt install php-mbstring
sudo service apache2 restart
当我尝试时,localhost/phpmyadmin
它给出了以下消息 - PHP 的其他文件正在正常运行localhost
......
phpMyAdmin - 错误
缺少 mbstring 扩展。请检查您的 PHP 配置。
我该如何解决这个问题?
sudo apt install php-mbstring
sudo service apache2 restart