--- database/database.mysql 2005-12-08 16:40:10.000000000 +0800 +++ /tmp/database.mysql 2005-12-09 21:57:00.588862061 +0800 @@ -164,11 +164,11 @@ -- Table structure for table 'cache' -- CREATE TABLE cache ( cid varchar(255) NOT NULL default '', - data longtext, + data longblob, expire int(11) NOT NULL default '0', created int(11) NOT NULL default '0', headers text, PRIMARY KEY (cid), INDEX expire (expire)