Hey guys,
When i try to dump the data for images.sql i have the following error
The mysql command in images.sql is as follow
Can anyone tell me how to solve this?
Thanks and Regards
When i try to dump the data for images.sql i have the following error
Code:
ERROR 1048 (23000) at line 24: Column 'image' cannot be null
Code:
insert into images values(1,1,"Hub",load_file("/home/zabbix/zabbix/create/data/images/Hub.png"));
Thanks and Regards
Comment