SequelizeAccessDeniedError: ER_ACCESS_DENIED_ERROR: #17

Closed
craigtsmith opened this Issue Nov 15, 2016 · 1 comment

Comments

Projects
None yet
2 participants
SequelizeAccessDeniedError: ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (using password: YES)

Noticed this in autoenv notice:

autoenv:     DATABASE_URL=mysql://root:undefined@localhost:3306/

i wonder if that 'undefined' is causing issues.

SeyZ closed this in 2a5606f Nov 16, 2016

Owner

SeyZ commented Nov 16, 2016

Thanks @craigtsmith for report!
You're right, the DATABASE_URL was incorrect. Can you update it in .env file with the value:
DATABASE_URL=mysql://root@localhost:3306/

It's not fixed for new projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment