From: Tobias Diekershoff Date: Wed, 22 Feb 2017 08:37:00 +0000 (+0100) Subject: make it a code block X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4de6ef1610b62b58183621d3b49c64f1b1106dd0;p=friendica.git make it a code block --- 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.