Replies: 4 comments
-
Special characters maybe need to be escaped using URL encode. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah!'@' can be defined as a special character in a string ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The mysql url format is |
Beta Was this translation helpful? Give feedback.
0 replies
-
em,i’m get . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened:
If the password contains the '@' character, it should be able to link to the database normally.
e.g:
mysql://juicefs:#$_B8d4IPJ$g*@81c@(x.x.x.x:3306)/juicefs
the passworld is :
#$_B8d4IPJ$g*@81c
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Configure a database password to include the '@' character, which conflicts with the '@' character of the mysql link separator
Anything else we need to know?
Perhaps at line 368 in the interface.go file, the code should be changed
atIndex := strings.LastIndex(uri, "@")
Environment:
juicefs --version
) or Hadoop Java SDK version: 1.0.0cat /etc/os-release
):uname -a
):Beta Was this translation helpful? Give feedback.
All reactions