Specify the usernames for dump/root explicitly
authorClint Byrum <clint@fewbar.com>
Thu, 11 Apr 2013 16:45:30 +0000 (09:45 -0700)
committerClint Byrum <clint@fewbar.com>
Thu, 11 Apr 2013 16:45:30 +0000 (09:45 -0700)
mysql.yaml

index e88d99e..09cd35f 100644 (file)
@@ -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}