You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't really an issuer per se as much a documentation issue...
We had some issues trying to get an outside user of the mysql-service to connect and administer their database. After much back-and-forth we finally came to the conclusion that the authorized_keys prohibited the user from building a tunnel using the dokku-user for MySQL...
We still have an issue with remotely connecting to the mysql service using ssh dokku@$host mysql:connect $db which results in a 'black screen'. This black screen seems to be a console prompt (without the console) and after a single query (ie. show tables;) the connection is lost again... Any tips? (this last part is actually an issue)
The text was updated successfully, but these errors were encountered:
This isn't really an issuer per se as much a documentation issue...
We had some issues trying to get an outside user of the mysql-service to connect and administer their database. After much back-and-forth we finally came to the conclusion that the
authorized_keys
prohibited the user from building a tunnel using thedokku
-user for MySQL...We still have an issue with remotely connecting to the mysql service using
ssh dokku@$host mysql:connect $db
which results in a 'black screen'. This black screen seems to be a console prompt (without the console) and after a single query (ie.show tables;
) the connection is lost again... Any tips? (this last part is actually an issue)The text was updated successfully, but these errors were encountered: