Skip to content

Commit 3e51913

Browse files
authored
Merge pull request #278 from kjarrio/fix-default-mysql-authentication-error
Fix: mysql8 - Unknown variable "default-authentication-plugin"
2 parents 0d6e0cc + 471c267 commit 3e51913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mysql8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM mysql:8
22
RUN echo "[mysqld]" >> /etc/mysql/my.cnf
3-
RUN echo "default-authentication-plugin=mysql_native_password" >> /etc/mysql/my.cnf
3+
RUN echo "mysql_native_password=ON" >> /etc/mysql/my.cnf

0 commit comments

Comments
 (0)