From 8e88e440bce2a82b49087c21b1dbb3fe6ea16423 Mon Sep 17 00:00:00 2001 From: RudiScholz Date: Tue, 17 Jan 2017 00:15:59 +0100 Subject: [PATCH] Update system_requirements.rst Fix syntax error for innodb_large_prefix --- admin_manual/installation/system_requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 015c416c0..e823cc93d 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -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