Skip to content

Sqlx connection url does not work when password uses symbols #2835

Open
@TahaCoder43

Description

@TahaCoder43

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions