mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-21 14:24:29 +01:00
* Fix some dblog brokenness
* Set the ttylog column for mysql to "MEDIUMBLOB" * Limit the ttylog size written to the database to 10 Megabytes git-svn-id: https://kippo.googlecode.com/svn/trunk@121 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@@ -27,7 +27,7 @@ CREATE TABLE IF NOT EXISTS `session` (
|
||||
`endtime` datetime default NULL,
|
||||
`sensor` varchar(50) NOT NULL,
|
||||
`ip` varchar(15) NOT NULL default '',
|
||||
`ttylog` blob,
|
||||
`ttylog` mediumblob,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `starttime` (`starttime`,`sensor`)
|
||||
) ;
|
||||
|
||||
Reference in New Issue
Block a user