loganalyzer中文日志乱码的解决办法

编辑源码包下include/functions_common.php文件;

找到含有return htmlentities字段的行;

修改为: return htmlentities($myStr,ENT_NOQUOTES,"UTF-8");


重启httpd;确保数据库字符集为UTF8



174955245.jpg

你可能感兴趣的:(数据库,中文乱码,loganalyzer)