bridge-server icon indicating copy to clipboard operation
bridge-server copied to clipboard

Compliance & Bridge mysql connection issue

Open tundak opened this issue 5 years ago • 0 comments

i have setup mysql connection for bridge and compliance like:

[database]
type = "mysql"
url = "root:123456@tcp(localhost:3306)/bridge?parseTime=true"

but when run migrate db command it gives error for postgresql connection, not sure why FATA[0000] Cannot connect to a DB: connect failed: pq: password authentication failed for user

I did download latest binary from release, for ubuntu 18.04 64bit.

tundak avatar Jun 27 '19 08:06 tundak