1
0
Эх сурвалжийг харах

Add a note about mysql_native_password next to our use of it

Tianon Gravi 3 жил өмнө
parent
commit
06990e05c9
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      mysql/stack.yml

+ 2 - 0
mysql/stack.yml

@@ -5,6 +5,8 @@ services:
 
 
   db:
   db:
     image: mysql
     image: mysql
+    # 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
+    # (this is just an example, not intended to be a production configuration)
     command: --default-authentication-plugin=mysql_native_password
     command: --default-authentication-plugin=mysql_native_password
     restart: always
     restart: always
     environment:
     environment: