KLOXO 安装mbstring

作者: 蓝鹰 分类: KLOXO 发布时间: 2013-05-20 13:28 ė91 浏览数 6KLOXO 安装mbstring已关闭评论

如果运行phpMyAdmin发现如下错误:

The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

是因为没有mbstring扩展所致,解决方法如下

yum install -y php-mbstring
echo 'extension=mbstring.so' >>/usr/local/lxlabs/ext/php/etc/php.ini
service httpd restart
service lighttpd restart

本文出自 蓝鹰博客,转载时请注明出处及相应链接。

本文永久链接: http://www.lanyingblog.com/blog/212.html

Ɣ回顶部