fixing mysql.settings

This commit is contained in:
Ingolf Wagner 2021-03-24 20:01:49 +01:00
parent 2d68818ced
commit 8c5b946081
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -168,11 +168,11 @@ in {
name = "nextcloud";
ensurePermissions = { "nextcloud.*" = "ALL PRIVILEGES"; };
}];
extraOptions = ''
innodb_large_prefix=true
innodb_file_format=barracuda
innodb_file_per_table=1
'';
settings.mysqld = {
innodb_large_prefix = true;
innodb_file_format = "barracuda";
innodb_file_per_table = 1;
};
};
# in php