phpMyAdmin mbstring error

前端 未结 30 1970
渐次进展
渐次进展 2020-12-05 04:25

Whenever I try to enter my phpMyAdmin, it gives me this error:

The mbstring extension is missing. Please check your PHP configuration.

I\'v

30条回答
  •  春和景丽
    2020-12-05 04:47

    In Centos I have installed a php extension. I did this with:

    yum install php-mbstring
    

提交回复
热议问题