Open
Description
I am using mysql with sqlx, and my password contains one symbol, and that is "#", this one symbol screws up the entire connect url, although it is compatible with mysql
This is a big issue, as it wasted a huge amount of my time, and I don't want anyone to go through the same lol
The only solution to this problem is not to use a string, but to use MySqlConnectOptions, as it works then.