Re: Populate DB from aur-schema.sql

2018-05-01 Thread Lukas Fleischer
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...


Re: Populate DB from aur-schema.sql

2018-05-01 Thread Nodiv Byzero
Thank you Lukas.

Should this information be added into INSTALL file?

On Mon, Apr 30, 2018 at 11:26 PM, Lukas Fleischer
 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


Re: Populate DB from aur-schema.sql

2018-05-01 Thread Lukas Fleischer
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