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

Docker Install SQL Error #154

Closed
kleozzy opened this issue Jan 4, 2024 · 5 comments
Closed

Docker Install SQL Error #154

kleozzy opened this issue Jan 4, 2024 · 5 comments

Comments

@kleozzy
Copy link

kleozzy commented Jan 4, 2024

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 ?

@kleozzy
Copy link
Author

kleozzy commented Jan 8, 2024

Any ideas?

@ssl
Copy link
Owner

ssl commented Jan 8, 2024

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?

@kleozzy
Copy link
Author

kleozzy commented Jan 9, 2024

Yeah i am not sure why is this , i am on Debian 11 , docker-compose 2.23+ , docker.io engine .

mv .env.example .env
nano .env (changed mysql password)

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 .

@kleozzy
Copy link
Author

kleozzy commented Jan 9, 2024

Installed on Ubuntu 22.04 without any issues , might something to do with the Debian 11 packages. Closing this.

@kleozzy kleozzy closed this as completed Jan 9, 2024
@ssl
Copy link
Owner

ssl commented Jan 11, 2024

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!

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

2 participants