mirror of https://github.com/cowrie/cowrie.git
docs on mysqlclient
This commit is contained in:
parent
372e68ebf3
commit
772cb2e41e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue