Connection to MySQL server fails with ER_ACCESS_DENIED_ERROR undefined:undefined
#7501
Unanswered
ColinTimBarndt
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get Wiki JS to connect to my database. I have already verified that I can connect to the database using the same credentials using
mariadb -h mysql.home.kat -u wikijs -p wikijs
(port 3306 is inferred via DNS SRV entry)Relevant Configuration
To make sure that the password length is not the problem, I also changed it to
openssl rand -hex 16
(32 characters). Edit: I've also used just 12 a-z characters now. Exact same issue. I also modifiedcore/db.js
to get more info:I've also verified that
Knex
is receiving the correct db config data.Am I doing something wrong or is this a bug in
Knex
?Beta Was this translation helpful? Give feedback.
All reactions