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

在安装完毕wamp程序后,启动后访问phpmyadmin,出现错误: The mbstring extension is missing. Please check your PHP configuration.

解决方案:

  1. 在php.ini中修改 extension_dir = "ext" 为 extension_dir = "D:wamp64inphpext"  (具体的ext位置,如果是wamp,示例如:"D:wamp64inphpphp5.6.16ext")
  2. 在php.ini中修改;extension=php_mbstring.dll 去掉前面的分号
  3. 将修改后的php.ini复制到“C:Windows“一份
  4. 重写启动apache 。
原文地址:https://www.cnblogs.com/AlexanderZhao/p/12878942.html