Have trouble installing phpmyadmin on PHP7 Apache/2.4.7 (Ubuntu)

后端 未结 6 1979
执笔经年
执笔经年 2020-12-05 00:18

I installed PHP7 today with

sudo add-apt-repository ppa:ondrej/php-7.0
sudo apt-get install php7.0-cli php7.0-common libapache2-mod-php7.0 php7.0 php7.0-mysq         


        
6条回答
  •  暖寄归人
    2020-12-05 00:53

    phpMyAdmin depends on the extension mbstring.

    For Debian users (tested in Ubuntu 15.10),

     sudo apt-get install php7.0-mbstring
    

    For Fedora and CentOS,

    sudo yum install php70w-mbstring
    

提交回复
热议问题