The mbstring extension is missing. Please check your PHP configuration

后端 未结 3 1397
盖世英雄少女心
盖世英雄少女心 2021-01-21 01:56

phpMyAdmin Error: The mbstring extension is missing. Please check your PHP configuration

I have already tried all of the solutions on this and none of them have worked f

3条回答
  •  灰色年华
    2021-01-21 02:38

    It had worked for me - for xamp3.2.2 php7.0.1 changes in php.ini

    1- extension_dir="C:\xampp\php\ext" //give the full path where your ext folder is located

    2- ;extension=php_mysqli.dll //uncomment this (remove semicolon)

    3- save and restart apache !

提交回复
热议问题