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

Small glitch in patch.sql (Zabbix 1.4.2)

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 1.4.3
    • 1.4.3
    • Server (S)
    • None

      While upgrading from 1.1 (Ubuntu Feisty Server) to Zabbix 1.4.2, I encountered a small glitch in patch.sql

      On line 695, the code reads:
      Code:

      --insert into rights_tmp select * from rights

      When trying to import patch.sql through PHPMyAdmin, you'll get an error. The solution is quite simple: place a space between '--' and 'insert':

      Code:

      – insert into rights_tmp select * from rights

      After that, the patch imports without a hitch...

      Just my 2 cents,

      Sincerely,

      Jaap

      http://www.zabbix.com/forum/showthread.php?t=7990

            alexei Alexei Vladishev
            alexei Alexei Vladishev
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: