Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Noting some startup problem log entries
Jim Van Fleet committed Sep 5, 2016
1 parent a7360fd commit 9274ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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

0 comments on commit 9274ccd

Please sign in to comment.