Document reformat as requested - 1 sentence per line
This commit is contained in:
parent
32660b64a7
commit
d9d4a0ccc4
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
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
|
With newer releases of MySQL (5.7.17 or newer), you might need to set the sql_mode to '' (blank).
|
||||||
to '' (blank). Use this setting when the installer is unable to create all the needed
|
Use this setting when the installer is unable to create all the needed tables due to a timestamp format problem.
|
||||||
tables due to a timestamp format problem. In this case find the [mysqld] section
|
In this case find the [mysqld] section in your my.cnf file and add the line :
|
||||||
in your my.cnf file and add the line :
|
|
||||||
|
|
||||||
sql_mode = ''
|
sql_mode = ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue