This morning I'm getting a bunch of errors that look like the following:

ERROR: CREATE TABLE IF NOT EXISTS admin_list ( admin varchar(255) binary NOT NULL default '', PRIMARY KEY (admin) ) ENGINE=InnoDB ROW_FORMAT=DYNAMIC: Specified key was too long; max key length is 767 bytes

I don't know whether this might be related to yesterday's database outage. I also don't understand the error message, since the primary key clearly is 255 bytes, which is less than 767.

-- 
  Russell Blau
  russblau@imapmail.org