Populate DB from aur-schema.sql
Hello, 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? Is it because I use Maria DB version 10.1.30? Thanks, Nodiv
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
Thank you Lukas. Should this information be added into INSTALL file? On Mon, Apr 30, 2018 at 11:26 PM, Lukas Fleischer <lfleischer@archlinux.org> wrote:
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
On Tue, 01 May 2018 at 19:54:10, Nodiv Byzero wrote:
Should this information be added into INSTALL file?
A remark wouldn't hurt, I guess...
participants (2)
-
Lukas Fleischer
-
Nodiv Byzero