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