You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are right. Password contains small and big letters, numbers and special characters. I think it is standard policy today.
@edit
I don't know GO but I looked at the code and I suppose the problem may be in the https://github.com/xo/dburl implementation 🤔 Destructing strings usually isn't hard, maybe it will be good idea to add password to url encoding (?)
@edit
Url encoded password works and brings me another problem. Connection refused.
Where can I find some logs? Other "standard" clients connect to this db without any problems.
Btw I think that you did great job! I'm basically work only with terminals so I hope it will work :)
I just download and run latest release binary file.
I'm trying to connect with my base using url:
mysql://user:pass@localhost:3008/dev
I've got message:
It's even can't be saved.
The text was updated successfully, but these errors were encountered: