[Mailman-Developers] Mysql MemberAdaptor 1.61 and Mailman 2.1.6

Fil fil at rezo.net
Sat Oct 29 01:35:36 CEST 2005


There is an issue with the "flat" mode, when you create the db according to
the README file and choose
        PRIMARY KEY  (listname, address)

MySQL brings up the following error :
        ERROR 1071: Specified key was too long. Max key length is 500

So in fact the initial definitions of
  address varchar(255) NOT NULL,
  listname varchar(255) NOT NULL,

do not work, you need to get under the 500 limit (I chose to kepp 255 for
the address, and 100 for the listname)

-- Fil



More information about the Mailman-Developers mailing list