-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
documentationeasya one / two liner type of thing that anyone can do in short order. also see "fairly easy"a one / two liner type of thing that anyone can do in short order. also see "fairly easy"engineengines, connections, transactions, isolation levels, execution optionsengines, connections, transactions, isolation levels, execution options
Milestone
Description
Hi.
Our password (generated by MySQL) contains a percent (%) symbol.
The _rfc_1738_unquote function, called by _parse_rfc1738_args in the process of creating an engine, replaces the percent symbol (and the character following it) with another symbol, making the password impossible to encode into latin-1 by the pymysql driver later on.
In our example, %8 turns into some unicode character I guess:

Is that a bug or is that by design?
If that's not a bug, what can I do to deal with it? Except changing the password.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationeasya one / two liner type of thing that anyone can do in short order. also see "fairly easy"a one / two liner type of thing that anyone can do in short order. also see "fairly easy"engineengines, connections, transactions, isolation levels, execution optionsengines, connections, transactions, isolation levels, execution options