Docker Install SQL Error
kleozzy opened this issue · 5 comments
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 ?
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
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 .
Installed on Ubuntu 22.04 without any issues , might something to do with the Debian 11 packages. Closing this.
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!