Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Wecube Platform
Commits
7231325a
Commit
7231325a
authored
5 years ago
by
Jun Chen
Browse files
Options
Download
Email Patches
Plain Diff
import sql with default utf8 encode
parent
05136590
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/db/docker-entrypoint.sh
+1
-1
build/db/docker-entrypoint.sh
with
1 addition
and
1 deletion
+1
-1
build/db/docker-entrypoint.sh
+
1
-
1
View file @
7231325a
...
...
@@ -51,7 +51,7 @@ process_init_file() {
case
"
$f
"
in
*
.sh
)
echo
"
$0
: running
$f
"
;
.
"
$f
"
;;
*
.sql
)
echo
"
$0
: running
$f
"
;
"
${
mysql
[@]
}
"
<
"
$f
"
;
echo
;;
*
.sql
)
echo
"
$0
: running
$f
"
;
"
${
mysql
[@]
}
"
<
"
$f
"
–default-character-set
=
utf8
;
echo
;;
*
.sql.gz
)
echo
"
$0
: running
$f
"
;
gunzip
-c
"
$f
"
|
"
${
mysql
[@]
}
"
;
echo
;;
*
)
echo
"
$0
: ignoring
$f
"
;;
esac
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help