Skip to content
Snippets Groups Projects
Commit 572b9b51 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

add init command, re #3988

parent 80ede55a
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ set -e
importSQLFile() {
mysql --default-character-set=utf8mb4\
--init-command="SET NAMES UTF8;"\
-u $MYSQL_USER\
-h $MYSQL_HOST\
-p$MYSQL_PASSWORD\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment