scVENUS / PeekabooAV-Installer

This repository provides scripts and configuration files to install, update and test a Peekaboo installation
GNU General Public License v3.0
7 stars 9 forks source link

cuckoo: Work around database encoding problems #62

Closed michaelweiser closed 4 years ago

michaelweiser commented 4 years ago

Problems like scVENUS/PeekabooAV#136 seem to be caused by a (still somewhat mysterious) latin1 encoding default in the mysqlclient package or rather libmysqlclient C library it uses. This seems to be mitigated in python3. As a workaround for python2 we add ?charset=utf8 to the connect string.

Closes scVENUS/PeekabooAV#136.

michaelweiser commented 4 years ago

I opt to merge this unreviewed and deal with the fallout.