mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
change value of innodb_large_prefix to 1
Older versions of mysql may not accept `on` as a value and configuration may fail. `1` is sure to work. See issue #4846 https://github.com/nextcloud/server/issues/4846
This commit is contained in:
parent
7f28b6b973
commit
80082366e8
@ -11,7 +11,7 @@ installation needs to be tweaked a bit.
|
||||
2. Make sure the following InnoDB settings are set on your MySQL server::
|
||||
|
||||
[mysqld]
|
||||
innodb_large_prefix=on
|
||||
innodb_large_prefix=1
|
||||
innodb_file_format=barracuda
|
||||
innodb_file_per_table=1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user