diskimage-builder/elements/mysql-migration/os-config-applier/root/metadata.my.cnf

11 lines
229 B
Plaintext
Raw Normal View History

{{#mysql-migration.users.root}}
[client]
user={{username}}
password={{password}}
{{/mysql-migration.users.root}}
{{#mysql-migration.users.dump}}
[mysqldump]
user={{username}}
password={{password}}
{{/mysql-migration.users.dump}}