dokku / dokku-mariadb

a mariadb plugin for dokku
MIT License
75 stars 26 forks source link

[Question] How to connect using GUI Client #34

Closed Kikobeats closed 8 years ago

Kikobeats commented 8 years ago

Supposing this URI:

DSN: mysql://mariadb:PASSWORD@dokku-mariadb-kikoblog:3306/kikoblog

And using sequel pro it should be looks like:

screen shot 2016-01-07 at 00 53 25

but something is failling...

Unable to connect to host 172.17.0.1 because the port connection via SSH was refused.

Please ensure that your MySQL host is set up to allow TCP/IP connections (no --skip-networking) and is configured to allow connections from the host you are tunnelling via.

You may also want to check the port is correct and that you have the necessary privileges.

Checking the error detail will show the SSH debug log which may provide more details.

MySQL said: Lost connection to MySQL server at 'reading initial communication packet', system error: 0

How I check the mariadb internal IP? Like https://github.com/dokku-alt/dokku-alt/issues/117

Kikobeats commented 8 years ago

resolved! could be nice add this in the documentation. Time to PR!