this is a fresh installation of dokku (0.3.26) with the latest commit from dokku-mysql.
vagrant@vagrant-ubuntu-trusty-64:/vagrant_data$ dokku mysql:create test
-----> Starting container
Waiting for container to be ready
=====> MySQL container created: test
DSN: mysql://mysql:MjM0ZGVmODgyZDg3@172.17.0.13:3306/test
vagrant@vagrant-ubuntu-trusty-64:/vagrant_data$ dokku mysql:connect test
ERROR 1045 (28000): Access denied for user 'mysql'@'172.17.42.1' (using password: YES)
any idea what I'm doing wrong?
this is a fresh installation of dokku (0.3.26) with the latest commit from dokku-mysql.