Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"MYSQL_PASS=" isn't readable when using # specific character #20

Open
mpgmateus opened this issue Apr 25, 2023 · 0 comments
Open

"MYSQL_PASS=" isn't readable when using # specific character #20

mpgmateus opened this issue Apr 25, 2023 · 0 comments

Comments

@mpgmateus
Copy link

Well,

I tried a lot of times to connect my database but it wasn't working. After a bunch of tests, I had an idea on trying to connect without special characters and it worked like a charm.

So, the point was to find which group of special character could be doing that.

Edu Dantas helped me inserting a "print" inside the code and I noticed that MYSQL_PASS= password is not readable if it has the exactly special character #

If your password is something like 1234567890abcd!@$%^&*()_-_+= it will be fine. anything that doesn't have # is gonna work.

If you password is something like #1234..... 12#34.... 1234abc# or anything that has # won't work.

That's it ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant