Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apt-get install snort-mysql
- dpkg-reconfigure -plow snort-mysql
- rm /etc/snort/db-pending-config
- mysql -u root -p
- > CREATE DATABASE snort;
- cd /usr/share/doc/snort-mysql/
- zcat create_mysql.gz | mysql -u root -h localhost -p snort
Advertisement
Add Comment
Please, Sign In to add comment