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

Initial login after install using php 7 #12

Closed
ggoun opened this issue Dec 13, 2016 · 2 comments
Closed

Initial login after install using php 7 #12

ggoun opened this issue Dec 13, 2016 · 2 comments

Comments

@ggoun
Copy link

ggoun commented Dec 13, 2016

I struggled to get to this point, I am on Ubuntu 16.10 and I am getting the following error after selecting all options on the "Database Configuration page"

ERROR: SQLSTATE[HY000] [1045] Access denied for user 'siremis'@'localhost' (using password: YES)

If there is a solution, please include step by step instructions as I am a novice at command line computing.

@imcdona
Copy link
Contributor

imcdona commented May 12, 2017

That error indicates that SIREMIS is unable to login to the MySQL server due to an authentication issue.

Verify that user "siremis" exists on your mysql server, is allowed to use the siremis database and is allowed to login from localhost. Also verify the password you entered on the database configuration page is the same password you used when you created user "siremis".

@miconda
Copy link
Contributor

miconda commented May 15, 2017

Thanks @imcdona for helping with this. It is indeed a mysql access issue.

@miconda miconda closed this as completed May 15, 2017
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

3 participants