From 91c2bfe0b17594ac27c08575d47f1b2a04c8b499 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 13 Jun 2019 12:52:54 +0200 Subject: [PATCH] adjust readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 55b741c..5a0b294 100644 --- a/readme.md +++ b/readme.md @@ -64,7 +64,7 @@ A very simple configuration, only supporting MQTT on port 1883 is: auth_opt_mysql_port 3306 auth_opt_mysql_dbname mosquittoauth auth_opt_mysql_user mosquittoauth - auth_opt_mysql_password ieh4weiF + auth_opt_mysql_password xxx auth_opt_mysql_allow_native_passwords true auth_opt_mysql_userquery SELECT pw FROM users WHERE username = ? auth_opt_mysql_aclquery SELECT topic FROM acls WHERE username = ? AND (rw & ?) != 0