phpMyAdmin mbstring error

前端 未结 30 2026
渐次进展
渐次进展 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:59

    Please uncomment the following lines at php.ini

    ;extension=php_mbstring.dll ;extension=php_exif.dll ; Must be after mbstring as it depends on it ;extension=php_mysql.dll ;extension=php_mysqli.dll

    This will help to solve.

提交回复
热议问题