Merge pull request #3537 from joe380/master

Fix for bug #3535
This commit is contained in:
Shao Yu-Lung (Allen)
2024-07-17 18:12:06 +08:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ RUN chmod 0444 /etc/mysql/conf.d/my.cnf
RUN if [ ${MYSQL_VERSION} > '8.4.0-0.000' ]; then \
echo 'mysql_native_password=on' >> /etc/mysql/conf.d/my.cnf \
else \
;else \
echo 'default-authentication-plugin=mysql_native_password' >> /etc/mysql/conf.d/my.cnf \
;fi