Hello,I'm having an issue with uploading ocsagent.exe to Config - Agent. It's telling me I exceeded the 'max_allowed_packet' bytes and the file needs to be < 1MB but when I checked the my.conf file max_allowed_packet is set to 100M. The file I am trying to upload comes directly from ocs-ng dowloands and is only 1.15 MB. Any idea why I can't upload this file since it's small than 100MB?
Thanks Humulus. I change both to 100M but no change. The error still references MYSQL
MySQL error:1153Got a packet bigger than 'max_allowed_packet' bytes
According to the first hit on Google: http://stackoverflow.com/questions/93128/mysql-error-1153-got-a-packet-bigger-than-max-allowed-packet-bytes
change the my.cnf or my.ini file under the mysqld section and set:
max_allowed_packet=100M