File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ mysql_get_config() {
8686
8787# Do a temporary startup of the MySQL server, for init purposes
8888docker_temp_server_start () {
89- if [ " ${MYSQL_MAJOR} " = ' 5.6' ]; then
89+ if [ " ${MYSQL_MAJOR} " = ' 5.6' ] || [ " ${MYSQL_MAJOR} " = ' 5.7 ' ] ; then
9090 " $@ " --skip-networking --socket=" ${SOCKET} " &
9191 mysql_note " Waiting for server startup"
9292 local i
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ mysql_get_config() {
8686
8787# Do a temporary startup of the MySQL server, for init purposes
8888docker_temp_server_start () {
89- if [ " ${MYSQL_MAJOR} " = ' 5.6' ]; then
89+ if [ " ${MYSQL_MAJOR} " = ' 5.6' ] || [ " ${MYSQL_MAJOR} " = ' 5.7 ' ] ; then
9090 " $@ " --skip-networking --socket=" ${SOCKET} " &
9191 mysql_note " Waiting for server startup"
9292 local i
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ mysql_get_config() {
8686
8787# Do a temporary startup of the MySQL server, for init purposes
8888docker_temp_server_start () {
89- if [ " ${MYSQL_MAJOR} " = ' 5.6' ]; then
89+ if [ " ${MYSQL_MAJOR} " = ' 5.6' ] || [ " ${MYSQL_MAJOR} " = ' 5.7 ' ] ; then
9090 " $@ " --skip-networking --socket=" ${SOCKET} " &
9191 mysql_note " Waiting for server startup"
9292 local i
You can’t perform that action at this time.
0 commit comments