make it a code block

This commit is contained in:
Tobias Diekershoff 2017-02-22 09:37:00 +01:00
parent 79c2234cc1
commit 4de6ef1610
1 changed files with 1 additions and 1 deletions

View 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.