We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{emqx_auth_mysql, {bad_return, {{emqx_auth_mysql_app,start,[normal,[]]}, {'EXIT', {{badmatch, {error, {shutdown, {failed_to_start_child,emqx_auth_mysql, {shutdown, {failed_to_start_child,worker_sup, {shutdown, {failed_to_start_child, {worker,1}, {1045,<<"28000">>, <<"Access denied for user ''@'localhost' (using password: NO)">>}}}}}}}}}, [{emqx_auth_mysql_app,start,2, [{file,"emqx_auth_mysql_app.erl"},{line,38}]}, {application_master,start_it_old,4, [{file,"application_master.erl"},{line,277}]}]}}}}}
The text was updated successfully, but these errors were encountered:
"Access denied for user ''@'localhost' (using password: NO)"
You should check these configurations for MySQL authentication in etc/plugins/emqx_auth_mysql.conf:
etc/plugins/emqx_auth_mysql.conf
## MySQL username. ## ## Value: String auth.mysql.username = your-mysql-username ## MySQL password. ## ## Value: String auth.mysql.password = your-mysql-password ## MySQL database. ## ## Value: String auth.mysql.database = mqtt
Sorry, something went wrong.
No branches or pull requests
{emqx_auth_mysql, {bad_return, {{emqx_auth_mysql_app,start,[normal,[]]}, {'EXIT', {{badmatch, {error, {shutdown, {failed_to_start_child,emqx_auth_mysql, {shutdown, {failed_to_start_child,worker_sup, {shutdown, {failed_to_start_child, {worker,1}, {1045,<<"28000">>, <<"Access denied for user ''@'localhost' (using password: NO)">>}}}}}}}}}, [{emqx_auth_mysql_app,start,2, [{file,"emqx_auth_mysql_app.erl"},{line,38}]}, {application_master,start_it_old,4, [{file,"application_master.erl"},{line,277}]}]}}}}}
The text was updated successfully, but these errors were encountered: