Skip to content

Commit

Permalink
K8SPXC-1293: Use admin port in PiTR collector/recoverer (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
egegunes authored Sep 25, 2023
1 parent 1a4defa commit 7534360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pitr/pxc/pxc.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewPXC(addr string, user, pass string) (*PXC, error) {
config.User = user
config.Passwd = pass
config.Net = "tcp"
config.Addr = addr
config.Addr = addr + ":33062"
config.Params = map[string]string{"interpolateParams": "true"}

mysqlDB, err := sql.Open("mysql", config.FormatDSN())
Expand Down

0 comments on commit 7534360

Please sign in to comment.