中文亚洲av片不卡在线观看,亚洲色偷偷色噜噜狠狠99,亚洲欧洲日产国码久在线,亚洲精品无码精品mv在线观看,亚洲综合另类小说色区

(已解決)PHP 5.5升級到PHP7.0后,提示“The mbstring extension is missing. Please check your PHP configuration.”

PHP5.5升級到PHP7.0后,phpmyadmin提示“The mbstring extension is missing. Please check your PHP configuration.”

一、問題:

phpmyadmin提示:The mbstring extension is missing. Please check your PHP configuration.

二、解決方法:

1、Centos:yum install php-mbstring

2、Ubuntu:sudo apt-get install php-mbstring