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.
2 parents 0d6e0cc + 471c267 commit 3e51913Copy full SHA for 3e51913
bin/mysql8/Dockerfile
@@ -1,3 +1,3 @@
1
FROM mysql:8
2
RUN echo "[mysqld]" >> /etc/mysql/my.cnf
3
-RUN echo "default-authentication-plugin=mysql_native_password" >> /etc/mysql/my.cnf
+RUN echo "mysql_native_password=ON" >> /etc/mysql/my.cnf
0 commit comments