Re: [AMaViS-user] amavisd-new-2.6.1-rc1 RELEASE CANDIDATE is available

2008-06-26 Thread Benny Pedersen
On Thu, June 26, 2008 14:20, Michael Scheidell wrote: >> ERROR 1005 (HY000): Can't create table './amavisd/quarantine.frm' >> (errno: 150) > It looks like you did not build innodb support into mysql, and/or did not > read and edit the my.cnf to enable the innodb values. i have seen this error #

Re: [AMaViS-user] amavisd-new-2.6.1-rc1 RELEASE CANDIDATE is available

2008-06-26 Thread Michael Scheidell
> 5 rows in set (0.00 sec) > > mysql> CREATE TABLE quarantine ( > -> mail_idvarchar(12) NOT NULL,-- long-term unique mail id > -> chunk_ind integer unsigned NOT NULL, -- chunk number, starting > with 1 > -> mail_text blob NOT NULL, -- store mail as chunks