docs on mysqlclient

This commit is contained in:
Michel Oosterhof 2018-01-03 04:49:57 +00:00
parent 372e68ebf3
commit 772cb2e41e
1 changed files with 6 additions and 1 deletions

View File

@ -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