From 9274ccd8f53bfacc1ae276703d8c93a0020186d0 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Mon, 5 Sep 2016 10:35:54 -0400 Subject: [PATCH] Noting some startup problem log entries --- container_files/bin/start.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/container_files/bin/start.sh b/container_files/bin/start.sh index dfcb70c..ad22ae7 100755 --- a/container_files/bin/start.sh +++ b/container_files/bin/start.sh @@ -56,9 +56,9 @@ if [ -e "/tmp/firsttimerunning" ]; then fi echo 'FLUSH PRIVILEGES ;' >> "$tempSqlFile" - - echo "character-set-server = utf8" >> /etc/my.cnf - echo "collation-server = utf8_unicode_ci" >> /etc/my.cnf + # [jvf] mysqld_safe unknown option '--character-set-server=utf8' [FIXME] + #echo "character-set-server = utf8" >> /etc/my.cnf + #echo "collation-server = utf8_unicode_ci" >> /etc/my.cnf echo "" >> /etc/my.cnf echo "Fixing Permissions" >> $log