fixing mysql.settings
This commit is contained in:
parent
2d68818ced
commit
8c5b946081
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue