We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e77f2c commit 5905062Copy full SHA for 5905062
mysqldrv/mysql.go
@@ -9,7 +9,7 @@ import (
9
"github.com/goark/sshql"
10
)
11
12
-const DialName = "mysql+ssh"
+const DialName = "ssh+tcp"
13
14
// Driver is driver.Driver and pq.Dialer for MySQL via SSH.
15
type Driver struct {
0 commit comments