document Mysql dependencies

This commit is contained in:
Michel Oosterhof
2016-10-30 10:10:27 +04:00
parent 88c84e89c0
commit 3d641e6929

View File

@ -51,7 +51,7 @@ data_path = data
contents_path = honeyfs
# File in the python pickle format containing the virtual filesystem.
# File in the Python pickle format containing the virtual filesystem.
#
# This includes the filenames, paths, permissions for the Cowrie filesystem,
# but not the file contents. This is created by the bin/createfs utility from
@ -360,6 +360,9 @@ logfile = log/cowrie.json
# MySQL logging module
# Database structure for this module is supplied in doc/sql/mysql.sql
#
# MySQL logging requires extra software: sudo apt-get install libmysqlclient-dev
# MySQL logging requires an extra Python module: pip install mysql-python
#
#[output_mysql]
#host = localhost
#database = cowrie