安装情况
刚装好
啥都没动就有如下错误
FireStats error processing pending hits: 数据库错误:Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (gbk_chinese_ci,IMPLICIT) for operation 'regexp'
MySQL Version: 5.0.18-nt
SQL Query:
SELECT useragent FROM wpneo_firestats_useragent_classes right join (SELECT 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)' AS useragent UNION SELECT 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)' AS useragent UNION SELECT 'Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1' AS useragent) urls ON useragent REGEXP wildcard GROUP BY useragent HAVING count(wildcard) > 0