From 35f1bac115c33a5fb8db4b1f6a7739564fec0733 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Wed, 3 Jan 2018 04:43:00 +0000 Subject: [PATCH] update mysql requirements for py3 --- requirements-output.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements-output.txt b/requirements-output.txt index 4f0ccdf5..f1b8a029 100644 --- a/requirements-output.txt +++ b/requirements-output.txt @@ -9,7 +9,11 @@ pyes # mysql # If this fails, see documentation /home/cowrie/cowrie/doc/sql/README.md -MySQL-python +# +# There are two options, mysqlclient is newer and provides Python3 support. +# MySQL-python is the classic option with Cowrie and has been tested. +mysqlclient +# MySQL-python # mongodb pymongo