From 38aea0aeacbc85ad4b1e561a123af240fe6e4b29 Mon Sep 17 00:00:00 2001 From: Eelco Maljaars Date: Sun, 19 Feb 2017 16:36:40 +0100 Subject: [PATCH] Typos fixed --- INSTALL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index a96c9fd5a..4c57064f6 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -293,16 +293,16 @@ find that out. I hope this saves some time for other people using suhosin with function blacklists. ######################################################################## -Unable to create alle mysql tables on MySQL 5.7.17 or newer +Unable to create all mysql tables on MySQL 5.7.17 or newer ####################################################################### If the setup fails to create all the database tables and/or manual -creation from the command line failes, with this error : +creation from the command line fails, with this error: ERROR 1067 (42000) at line XX: Invalid default value for 'created' You need to adjust your my.cnf and add the following setting under -the [mysqld] setion : +the [mysqld] section : sql_mode = '';