phpMyAdmin mbstring error

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

    I had this problem in the past with MAMP on a Windows machine.

    Open MAMP start page and go to your current configuration of PHP (phpinfo). Check the Configuration File (php.ini) PATH.

    Mine was set to C:\Windows, where of course I had no PHP.ini file.

    Either change the php.ini path to C:\MAMP\conf\php5.6.8 (or your php version conf path) or just copy php.ini to c:\windows.

提交回复
热议问题