Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
open-source
docker-pxc
Commits
3643d876
Commit
3643d876
authored
Feb 27, 2018
by
Fabio Montefuscolo
Browse files
trying without timezone part
parent
678757b8
Pipeline
#3151
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
entrypoint/bootstrap.sh
entrypoint/bootstrap.sh
+2
-1
No files found.
entrypoint/bootstrap.sh
View file @
3643d876
...
...
@@ -40,8 +40,9 @@ bootstrap_sql_grant_user () {
bootstrap_database
()
{
sql_file
=
"
${
PXC_HOME
}
/bootstrap.sql"
truncate
-s0
$sql_file
bootstrap_sql_timezone
>
"
$sql_file
"
#
bootstrap_sql_timezone > "$sql_file"
bootstrap_sql_root_user |
tee
-a
"
$sql_file
"
if
[
-n
"
$MYSQL_DATABASE
"
]
;
...
...
Write
Preview
Markdown
is supported
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