Fix type of config option

Fixes #286

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke
2017-08-08 14:09:11 +02:00
parent bde25cffea
commit af2bbe0dbd

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=1
innodb_large_prefix=true
innodb_file_format=barracuda
innodb_file_per_table=1