From 772cb2e41ea380a05e3d900fab4422f2583ec287 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Wed, 3 Jan 2018 04:49:57 +0000 Subject: [PATCH] docs on mysqlclient --- doc/sql/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/sql/README.md b/doc/sql/README.md index d43fe6ab..bfce3396 100644 --- a/doc/sql/README.md +++ b/doc/sql/README.md @@ -13,9 +13,14 @@ $ sudo apt-get install mysql-server libmysqlclient-dev python-mysqldb $ su - cowrie $ source cowrie/cowrie-env/bin/activate -$ pip install MySQL-python +$ pip install mysqlclient + ``` +Previously MySQL-python was used. Only if you run into isses with mysqlclient, try this instead: +``` +$ pip install MySQL-python +``` ## MySQL Configuration