-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
Docker Install SQL Error #154
Comments
Any ideas? |
I am unsure why this happens, the error states that the provided user@pass on the database hosted on 172.19.0.3 are not valid credentials. Since it says access denied, I believe it can access the host so that is not the issue. Is the user password combination of the database correct? |
Yeah i am not sure why is this , i am on Debian 11 , docker-compose 2.23+ , docker.io engine . mv .env.example .env and run docker compose docker-compose build && docker-compose up -d I also ran without -d to check mysql for any errors and there are none. So not really sure whats happening . |
Installed on Ubuntu 22.04 without any issues , might something to do with the Debian 11 packages. Closing this. |
Yes, the current setup is tested to be working on Ubuntu. I will add it to the todolist to look into other options like Debian. Thanks! |
Hello i followed the instructions to install ezXSS via docker.
After i browse to /manage/install and enter my first credentials i get:
SQLSTATE[HY000] [1045] Access denied for user 'ezxss'@'172.19.0.3' (using password: YES)
What am i doing wrong ?
The text was updated successfully, but these errors were encountered: