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:\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 。
posted @ 2016-03-04 22:04  星空天宇  阅读(213)  评论(0编辑  收藏  举报