Merge pull request #315 from RudiScholz/master

Fix for #311
This commit is contained in:
Marius Blüm
2017-01-17 13:13:52 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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