mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user