]> git.mxchange.org Git - friendica.git/commitdiff
make it a code block
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 22 Feb 2017 08:37:00 +0000 (09:37 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 22 Feb 2017 08:37:00 +0000 (09:37 +0100)
doc/Install.md

index 6c4d79287acb8bf383231a18abc8ba7d5a197a3a..9a194254a0e65f07ffcb47e9deec97b28a266d49 100644 (file)
@@ -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.