]> git.mxchange.org Git - friendica.git/commitdiff
Document reformat as requested - 1 sentence per line
authorEelco Maljaars <eelco@maljaars-it.nl>
Tue, 21 Feb 2017 18:32:03 +0000 (19:32 +0100)
committerEelco Maljaars <eelco@maljaars-it.nl>
Tue, 21 Feb 2017 18:32:03 +0000 (19:32 +0100)
doc/Install.md

index 168468df0dd778639191c0e9450a0046db5ff116..6c4d79287acb8bf383231a18abc8ba7d5a197a3a 100644 (file)
@@ -69,10 +69,9 @@ Create an empty database and note the access details (hostname, username, passwo
 
 Friendica needs the permission to create and delete fields and tables in its own database.
 
-With newer releases of MySQL (5.7.17 or newer), you might need to set the sql_mode
-to '' (blank). 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 :
+With newer releases of MySQL (5.7.17 or newer), you might need to set the sql_mode to '' (blank).
+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 = ''