Skip to content

Commit 5905062

Browse files
Change dial name for MySQL.
1 parent 0e77f2c commit 5905062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqldrv/mysql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/goark/sshql"
1010
)
1111

12-
const DialName = "mysql+ssh"
12+
const DialName = "ssh+tcp"
1313

1414
// Driver is driver.Driver and pq.Dialer for MySQL via SSH.
1515
type Driver struct {

0 commit comments

Comments
 (0)