mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
commit
2932af4898
@ -56,7 +56,7 @@ If you want to use UTF8 4-byte characters such as Emojis on your server, the dat
|
||||
Additionally the following InnoDB settings need to be set::
|
||||
|
||||
[mysqld]
|
||||
innodb_large_prefix=true
|
||||
innodb_large_prefix=on
|
||||
innodb_file_format=barracuda
|
||||
innodb_file_per_table=true
|
||||
|
||||
|
||||
@ -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=true
|
||||
innodb_large_prefix=on
|
||||
innodb_file_format=barracuda
|
||||
innodb_file_per_table=1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user