On Wed, 25 Apr 2018 at 06:07:46, Nodiv Byzero wrote: > When I try to populate DB from aur-schema.sql using mysql command line > I see following error: > ERROR 1071 (42000) at line 20: Specified key was too long; max key > length is 767 bytes > > > Have you seen this one when installed aur-web?
I think we saw it before. One way to fix it is to set innodb_large_prefix=1 and use the DYNAMIC row format. Regards, Lukas
