diff options
author | Clint Byrum <clint@fewbar.com> | 2013-04-11 09:45:30 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-04-11 09:45:30 -0700 |
commit | 7877d912ced0141c3b0812aa9110d7b2d9f95297 (patch) | |
tree | 1928b33de6f92e145e82a40bb631fcd096969c2a /mysql.yaml | |
parent | 89662c8e67c285acfa5bdd167c71d5c9eff76e64 (diff) |
Specify the usernames for dump/root explicitly
Diffstat (limited to 'mysql.yaml')
-rw-r--r-- | mysql.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,8 +62,10 @@ Resources: mysql-migration: users: root: + username: root password: {Ref: BootstrapRootPassword} dump: + username: dump password: {Ref: BootstrapDumpPassword} bootstrap_host: {Ref: BootstrapHost} slave_user: {Ref: BootstrapSlaveUser} |