mirror of
https://github.com/minio/minio.git
synced 2025-04-16 00:49:09 -04:00
fix mysql config for native password authentication (#7436)
fixes #7430
This commit is contained in:
parent
16ba679103
commit
dd1d69ab5c
@ -210,6 +210,7 @@ func NewMySQLTarget(id string, args MySQLArgs) (*MySQLTarget, error) {
|
||||
Net: "tcp",
|
||||
Addr: args.Host.String() + ":" + args.Port,
|
||||
DBName: args.Database,
|
||||
AllowNativePasswords: true,
|
||||
}
|
||||
|
||||
args.DSN = config.FormatDSN()
|
||||
|
Loading…
x
Reference in New Issue
Block a user