mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
document Mysql dependencies
This commit is contained in:
@ -51,7 +51,7 @@ data_path = data
|
|||||||
contents_path = honeyfs
|
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,
|
# This includes the filenames, paths, permissions for the Cowrie filesystem,
|
||||||
# but not the file contents. This is created by the bin/createfs utility from
|
# 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
|
# MySQL logging module
|
||||||
# Database structure for this module is supplied in doc/sql/mysql.sql
|
# 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]
|
#[output_mysql]
|
||||||
#host = localhost
|
#host = localhost
|
||||||
#database = cowrie
|
#database = cowrie
|
||||||
|
|||||||
Reference in New Issue
Block a user