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
I have various connection to databases using SSH tunneling but dbee doesn't seem to be able to connect to them.
If I use this connection string:
"root:pass@tcp(127.0.0.1:5000)/database"
It fails with error
c.db.Conn: Error 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
It somehow changed the 127.0.0.1 to localhost which is not correct.
But if I change it to
"root:[email protected]:5000/database"
It fails with error
adapters.NewConnection: core.NewConnection: adapter.Connect: unable to connect to mysql database: default addr for network '127.0.0.1:5000' unknown
There's nothing that I can do to make this work therefore I cannot use this plugin...
The text was updated successfully, but these errors were encountered:
I have various connection to databases using SSH tunneling but dbee doesn't seem to be able to connect to them.
If I use this connection string:
"root:pass@tcp(127.0.0.1:5000)/database"
It fails with error
c.db.Conn: Error 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
It somehow changed the 127.0.0.1 to localhost which is not correct.
But if I change it to
"root:[email protected]:5000/database"
It fails with error
adapters.NewConnection: core.NewConnection: adapter.Connect: unable to connect to mysql database: default addr for network '127.0.0.1:5000' unknown
There's nothing that I can do to make this work therefore I cannot use this plugin...
The text was updated successfully, but these errors were encountered: