Skip to content

Commit 319d1ff

Browse files
authored
Merge pull request #2159 from infosiftr/mysql_native_password
Add a note about mysql_native_password next to our use of it
2 parents 1626938 + 06990e0 commit 319d1ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql/stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ services:
55

66
db:
77
image: mysql
8+
# NOTE: use of "mysql_native_password" is not recommended: https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html#upgrade-caching-sha2-password
9+
# (this is just an example, not intended to be a production configuration)
810
command: --default-authentication-plugin=mysql_native_password
911
restart: always
1012
environment:

0 commit comments

Comments
 (0)