Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dda3897

Browse files
authored
Merge pull request nextcloud#515 from Alixerid/patch-1
change value of innodb_large_prefix to 1
2 parents a0a3e44 + e917bcf commit dda3897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_manual/configuration_database/mysql_4byte_support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ installation needs to be tweaked a bit.
99
2. Make sure the following InnoDB settings are set on your MySQL server::
1010

1111
[mysqld]
12-
innodb_large_prefix=on
12+
innodb_large_prefix=1
1313
innodb_file_format=barracuda
1414
innodb_file_per_table=1
1515

0 commit comments

Comments
 (0)