Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经完成了我应该 [我认为] 安装 phpmyadmin 的所有工作,但是当我尝试访问它时,我总是收到以下错误消息:“调用 C:\Apache\htdocs\phpMyAdmin\phpMyAdmin\libraries 中的未定义函数 mb_detect_encoding() \php-gettext\gettext.inc 在第 177 行"
有人可以帮我吗?
您需要启用 mbstring。在您的 php.ini 中,取消注释
extension=php_mbstring.dll
通过删除;它前面,然后重新启动 Apache。
;