mirror of
https://github.com/minio/minio.git
synced 2025-02-09 12:48:08 -05: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",
|
Net: "tcp",
|
||||||
Addr: args.Host.String() + ":" + args.Port,
|
Addr: args.Host.String() + ":" + args.Port,
|
||||||
DBName: args.Database,
|
DBName: args.Database,
|
||||||
|
AllowNativePasswords: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
args.DSN = config.FormatDSN()
|
args.DSN = config.FormatDSN()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user