github / github/gh-mysql-conf-diff
Authentication file option
未关闭
- 主要语言
- Go
- 星标
- 6
- 派生
- 3
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Problem
Right now, authentication is through environment variables $MYSQL_USER and $MYSQL_PASSWORD. The user should have more options.
### Solution
Implement an mysql auth file. Open to other ideas/best practices as well.
贡献指南
调研方向
首先定位 $MYSQL_USER 和 $MYSQL_PASSWORD 的读取位置,以及身份验证凭据如何传递给正在运行的 MySQL 服务器。在实现之前,明确身份验证文件的格式和支持的优先级;完成时应包含对新选项行为的文档说明和测试,并覆盖现有的环境变量路径。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go, mysql
- 领域
- authentication, databases
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100