Hello,
i Have some problems with the mysql upgrade script...
When i launch the command line : cat patch.sql |mysql zabbix -u<username> -p<password>
I laways have this error : ERROR 1050 (42S01) at line 16: Table 'actions_tmp' already exists
I have tried to remove the table with drop table in mysql but still have another similar error again with another table..
Anyone can help ???
Final goal is to upgrade zabbix from 1.1.7 to 1.6.1 can I do this without upgrading to 1.4 ?
i Have some problems with the mysql upgrade script...
When i launch the command line : cat patch.sql |mysql zabbix -u<username> -p<password>
I laways have this error : ERROR 1050 (42S01) at line 16: Table 'actions_tmp' already exists
I have tried to remove the table with drop table in mysql but still have another similar error again with another table..
Anyone can help ???
Final goal is to upgrade zabbix from 1.1.7 to 1.6.1 can I do this without upgrading to 1.4 ?
Comment