Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-17457

Enhance MySQL template documentation

XMLWordPrintable

    • Team INT

      Steps to reproduce:

      1. Use https://github.com/zabbix/zabbix/tree/master/templates/db/mysql_agent
      2. 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>'
      

            mchudinov Maxim Chudinov (Inactive)
            edgar.akhmetshin Edgar Akhmetshin
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: