]> git.mxchange.org Git - friendica.git/blobdiff - doc/Install.md
Merge branch '1702-detect-server' of github.com:annando/friendica into 1702-detect...
[friendica.git] / doc / Install.md
index 168468df0dd778639191c0e9450a0046db5ff116..9a194254a0e65f07ffcb47e9deec97b28a266d49 100644 (file)
@@ -69,12 +69,11 @@ 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 = ''
+    sql_mode = ''
 
 Restart mysql and you should be fine.