I want to install zabbix 1.7.2 on CentOS5.4 with mysql 5.0
following the manual,
1. run mysql.sql to init db layout,
table [items] is created at line 692-734, with 40 fields
2. run data.sql to init db data
at line 506, the script want to insert table items a data with 41 values
3. so i meet the error 1136
----------------------------------------
ERROR 1136(21S01) at line 506: Column count doesn't match value count at
row 1
----------------------------------------
since i can not initialize the db, i can not go further
what can i do to solve the problem?
following the manual,
1. run mysql.sql to init db layout,
table [items] is created at line 692-734, with 40 fields
2. run data.sql to init db data
at line 506, the script want to insert table items a data with 41 values
3. so i meet the error 1136
----------------------------------------
ERROR 1136(21S01) at line 506: Column count doesn't match value count at
row 1
----------------------------------------
since i can not initialize the db, i can not go further
what can i do to solve the problem?
Comment