首页 > 服务部署 > ◦应用类部署 > Adiscon LogAnalyzer Version 4.1.7

3391

浏览

0

评论

Adiscon LogAnalyzer Version 4.1.7

作者:stephen | 分类:◦应用类部署 | 标签:

出现如下界面:

Could not find the configured table, maybe misspelled or the tablenames are case sensitive

需要修改config.php中的$CFG['Sources']['Source1']['DBTableName'] = 'SystemEvents'; 大小写不一致

同时修改数据库:

Mysql -uroot -p
Use Syslog;
mysql> update logcon_sources set DBTableName='SystemEvents' where ID=1;
mysql> flush privileges;

本文链接:https://www.stephenwxf.com/post/105.html
原创文章如转载请注明:转载自王显璠的个人博客谢谢!

Copyright Your stephenwxf.com Rights Reserved.