We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddf5a4 commit f45830fCopy full SHA for f45830f
plugins/mysql/database_credentials.go
@@ -43,7 +43,7 @@ func DatabaseCredentials() schema.CredentialType {
43
Optional: true,
44
},
45
46
- DefaultProvisioner: provision.TempFile(mysqlConfig, provision.Filename("my.cnf"), provision.AddArgs("--defaults-file={{ .Path }}")),
+ DefaultProvisioner: provision.TempFile(mysqlConfig, provision.Filename("my.cnf"), provision.AppendArgs("--defaults-file={{ .Path }}")),
47
Importer: importer.TryAll(
48
TryMySQLConfigFile("/etc/my.cnf"),
49
TryMySQLConfigFile("/etc/mysql/my.cnf"),
0 commit comments