-
Documentation task
-
Resolution: Fixed
-
Trivial
-
None
Steps to reproduce:
- Use https://github.com/zabbix/zabbix/tree/master/templates/db/mysql_agent
- Use password containing for example !@# symbols and follow the configuration example:
[client] user=zbx_monitor password=<password>
Result:
Incorrect credentials.
Expected:
Example should mention about quoting passwords.
[client]
user=zbx_monitor
password='<password>'