We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8bd14 commit 9616b56Copy full SHA for 9616b56
db/mysql/Dockerfile
@@ -25,8 +25,5 @@ ENV KIND=druid-docker-image \
25
26
RUN <<EOF
27
printf '[mysqld]\nmax_allowed_packet=16M' >> ${DRUPAL_CONF}
28
-if [ "${MYSQL_MAJOR}" = "8.0" ] ;
29
- then printf '\ndefault-authentication-plugin=mysql_native_password' >> ${DRUPAL_CONF} ;
30
-fi
31
cat ${DRUPAL_CONF}
32
EOF
0 commit comments