-
Notifications
You must be signed in to change notification settings - Fork 68
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
[BUG] Special characters in MYSQL_PASSWORD result in a not working database access #27
Comments
From slack:
Can you provide technical details on:
|
I edited the docker-compose.yml Instead of using I used Instantly let me in and set up tables. Very Strange. |
Can you please rename the issue to |
I've tried to recreate this issue by slowly adding more special characters to the password till I ended up with I have a suspicion that it's not about the password of the image itself, but rather about the host machine and how the values are read from .env. If anybody has a combination of host OS and password that I could try to test with I'd appreciate it. |
I encountered this problem on an AWS EC2 instance running their stock Ubuntu 20.04 image, so should be relatively easy to replicate. |
@samoneilll I was able to reproduce with Debian 10 & Debian 11.
|
I've previously had a version of PF running on my Unraid Server, I've got this one sort of running but for some reason the database is denying access. Below is the quote I'm getting from withing the Setup Page.
SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.25.0.5' (using password: YES)
I'm not sure what the problem is, i cannot even log in through terminal, gives me the same errors.
The text was updated successfully, but these errors were encountered: