From 4de6ef1610b62b58183621d3b49c64f1b1106dd0 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 22 Feb 2017 09:37:00 +0100 Subject: [PATCH] make it a code block --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Install.md b/doc/Install.md index 6c4d79287a..9a194254a0 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -73,7 +73,7 @@ With newer releases of MySQL (5.7.17 or newer), you might need to set the sql_mo Use this setting when the installer is unable to create all the needed tables due to a timestamp format problem. In this case find the [mysqld] section in your my.cnf file and add the line : -sql_mode = '' + sql_mode = '' Restart mysql and you should be fine.