You have been working with Snort, on your Windows Server 2003, for some time as a packet capture tool, and now wish to connect Snort to a database on your server. You install MySQL as the database, and are ready to configure Snort. If the database is named: snortdb1, has a user name of: snort, and a password of: snortpass, what is the configuration line you need to add to Snort?

A.
output database: log, mysql, username:snort, password:snortpass, dbname:snortdb1, host:localhost
B.
output database: log: mysql: user=snort: password=snortpass: dbname=snortdb1: host=localhost
C.
output database: log; mysql; username:snort; password:snortpass; dbname:snortdb1; host:localhost
D.
output database log mysql user=snort password=snortpass dbname=snortdb1 host=localhost
E.
output database: log, mysql, user=snort password=snortpass dbname=snortdb1 host=localhost
I have the same idea. E