mushorg / glastopf

Web Application Honeypot
http://glastopf.org
551 stars 172 forks source link

MySQL table error #267

Closed alfonsocaponi closed 8 years ago

alfonsocaponi commented 8 years ago

If you want use MySQL you should modify "comments = Column(String(65536))" type in "glastopf/modules/processing/ip_profile.py" to avoid "sqlalchemy.exc.InternalError: (pymysql.err.InternalError) (1074, u"Column length too big for column 'comments' (max = 65535); use BLOB or TEXT instead")" error during table creation.

I'm using mysql-client-5.7 on a "Ubuntu 16.04 LTS".

glaslos commented 8 years ago

See dee5637e3bab3350434ec102de404188778d5dd6