Chore: Devenv MySQL fix authentication for data gen (#103598)

This commit is contained in:
Zoltán Bedi
2025-04-08 17:05:13 +03:00
committed by GitHub
parent 290d2aaa8a
commit 7a513a5a6a
@@ -7,7 +7,7 @@
MYSQL_PASSWORD: password
ports:
- "3306:3306"
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --innodb_monitor_enable=all]
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --innodb_monitor_enable=all, --default-authentication-plugin=mysql_native_password]
fake-mysql-data:
image: grafana/fake-data-gen