snort连不上数据库MySQL原因总结


总结之前出现问题的原因:

我在装snort的时候./configure --with-mysql=DIR的路径指的有问题,我的系统是已经装好mysql的

所以在重新安装的时候我直接./configure --with-mysql,并且在重装之前把snort卸载干净

重新configure,make,make install,这样再次运行snort的时候就会发现正确连接到数据库了

database: compiled support for ( mysql )
database: configured to use mysql
database: user = root
database: password is set
database: database name = snort
database: host = localhost
database: sensor name = localhost.localdomain:[reading from a file]
database: sensor id = 2
database: schema version = 106
database: using the "log" facility


看到这些的时候真是太激动了,终于解决了一个大问题! 

相关内容