Skip to content

Commit

Permalink
Merge pull request #278 from kjarrio/fix-default-mysql-authentication…
Browse files Browse the repository at this point in the history
…-error

Fix: mysql8 - Unknown variable "default-authentication-plugin"
  • Loading branch information
MrOffline77 authored May 28, 2024
2 parents 0d6e0cc + 471c267 commit 3e51913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mysql8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM mysql:8
RUN echo "[mysqld]" >> /etc/mysql/my.cnf
RUN echo "default-authentication-plugin=mysql_native_password" >> /etc/mysql/my.cnf
RUN echo "mysql_native_password=ON" >> /etc/mysql/my.cnf

0 comments on commit 3e51913

Please sign in to comment.