Upgrading (from 1.0 to 1.1alpha1) issue:
Hi, I tried to upgrade a 1.0 plateform to 1.1alpha1 doing : mysql --user=root --password=mypreferedpass zabbix < patch.sql.
I've got this error:
ERROR 13 at line 53: Can't get stat of 'Hub.png' (Errcode: 2)
My MySQL release is mysql Ver 12.22 Distrib 4.0.20, for pc-linux (i686).
Where is the error?
Install 1.1alpha1 from scratch:
Unable to upgrade my 1.0 test
release, I decided to install from scratch the new 1.1alpha1 release, doing:
. creating database zabbix_11alpha1
. go to create/
. mysql -u root --password=mypreferedpasswd zabbix_11alpha1 < mysql/schema.sql
. mysql -u root --password=mypreferedpasswd zabbix_11alpha1 < data/data.sql
. mysql -u root --password=mypreferedpasswd zabbix_11alpha1 < mysql/images.sql
And I've got the following error for this last command:
ERROR 13 at line 24: Can't get stat of 'Hub.png' (Errcode: 2)
Where is my error?
tia for any clues :-)
Hi, I tried to upgrade a 1.0 plateform to 1.1alpha1 doing : mysql --user=root --password=mypreferedpass zabbix < patch.sql.
I've got this error:
ERROR 13 at line 53: Can't get stat of 'Hub.png' (Errcode: 2)
My MySQL release is mysql Ver 12.22 Distrib 4.0.20, for pc-linux (i686).
Where is the error?
Install 1.1alpha1 from scratch:
Unable to upgrade my 1.0 test
release, I decided to install from scratch the new 1.1alpha1 release, doing:
. creating database zabbix_11alpha1
. go to create/
. mysql -u root --password=mypreferedpasswd zabbix_11alpha1 < mysql/schema.sql
. mysql -u root --password=mypreferedpasswd zabbix_11alpha1 < data/data.sql
. mysql -u root --password=mypreferedpasswd zabbix_11alpha1 < mysql/images.sql
And I've got the following error for this last command:
ERROR 13 at line 24: Can't get stat of 'Hub.png' (Errcode: 2)
Where is my error?
tia for any clues :-)
Comment