Morning Guys, I'm using the CF to deploy a Java Web based app, there is a requirement to store uploaded files in the DB as a BLOB, which is fine, however, the limit on an insert of BLOB data is to small, so i needed to add this:
to my local my.cnf file in order to make MySQL behave. HOw would I go about deploying this change via the foundry UI, or do i need to go and pop into the running AMI and do it manually?Code:[mysqld] max_allowed_packet=16M
Cheers
Andy


Reply With Quote
