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

àì夳堔傛蜴生んèń 2021-09-10 20:50 505阅读 0赞

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

解决方案:

  1. 在php.ini中修改 extension_dir = “ext” 为 extension_dir = “D:\wamp64\bin\php\ext” (具体的ext位置,如果是wamp,示例如:”D:\wamp64\bin\php\php5.6.16\ext”)
  2. 在php.ini中修改;extension=php_mbstring.dll 去掉前面的分号
  3. 将修改后的php.ini复制到“C:\Windows“一份
  4. 重写启动apache 。

发表评论

表情:
评论列表 (有 0 条评论,505人围观)

还没有评论,来说两句吧...

相关阅读