mailru/go-clickhouse

dsn parse errror

Closed this issue · 2 comments

UZER0 commented

dsn: http://default:aaaaa/bbbb/cccc@127.0.0.1:10001/
Connect(function): parse http://default:aaaaa/bbbb/cccc@127.0.0.1:10001/: invalid port ":aaaaa" after host

Slach commented

did you try to pass connection PASSWORD with backslash character /?
quick workaround
http://127.0.0.1:10001/?user=default&password=password/with/backslash

UZER0 commented

@Slach I create new password not contain backslash character / .Now It's worked.thank you。