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

Fail to Install (Access denied for user 'glpi_user'@'localhost') #5

Open
CristianoAl opened this issue May 3, 2024 · 0 comments
Open

Comments

@CristianoAl
Copy link

Hello friend!

While installing I get the following error:
Database connection failed with message "(1045) Access denied for user 'glpi_user'@'localhost' (using password: YES)".

I was able to solve it by change the line 169 from the glpi-install.sh script file:

From:
mysql -e "GRANT ALL PRIVILEGES ON glpi.* TO 'glpi_user'@'localhost'"

To:
mysql -e "GRANT ALL PRIVILEGES ON glpi.* TO 'glpi_user'@'localhost' identified by '$SQLGLPIPWD'"

Hope it might help someone else, and thank you so much for creating this script

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