Answer the question
In order to leave comments, you need to log in
Could not create connection to database server?
authProvider: "mysql";
authProviderConfig: {
address: "127.0.0.1";
port: 3306;
username: "root";
password: "log";
database: "users?serverTimezone=UTC";
query: "SELECT name FROM users WHERE (email=? OR name=?) AND password=MD5(MD5(?)) LIMIT 1";
queryParams: [ "%login%", "%login%", "%password%" ];
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question