dokku / dokku-mysql

a mysql plugin for dokku
MIT License
97 stars 39 forks source link

cannot connect to mysql #1

Closed danielepolencic closed 9 years ago

danielepolencic commented 9 years ago

any idea what I'm doing wrong?

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)
josegonzalez commented 9 years ago

Seems as though I had the arguments wrong. Woops :)

danielepolencic commented 9 years ago

thanks!