Update mysql_4byte_support.rst

Fix syntax error for innodb_large_prefix
This commit is contained in:
RudiScholz 2017-01-17 00:14:26 +01:00 committed by Morris Jobke
parent dda15d7c35
commit 5341f73e04
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A

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