From e5b3a199ee9ec4f9335093b766f39eedeff73577 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 20 Dec 2016 13:55:10 +0100 Subject: [PATCH] Fix typo in mysql config - fixes #286 Signed-off-by: Morris Jobke --- admin_manual/maintenance/mysql_4byte_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/maintenance/mysql_4byte_support.rst b/admin_manual/maintenance/mysql_4byte_support.rst index 15f95b50d57..e59a6fa8ff1 100644 --- a/admin_manual/maintenance/mysql_4byte_support.rst +++ b/admin_manual/maintenance/mysql_4byte_support.rst @@ -13,7 +13,7 @@ installation needs to be tweaked a bit. [mysqld] innodb_large_prefix=true innodb_file_format=barracuda - innodb_file_per_table=true + innodb_file_per_table=1 3. Restart the MySQL server in case you changed the configuration in step 2. 4. Change your databases character set and collation::