Results 1 to 2 of 2

Thread: my.cnf - deployment

Hybrid View

  1. #1

    Question my.cnf - deployment

    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:

    Code:
    [mysqld]
    max_allowed_packet=16M
    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?

    Cheers

    Andy

  2. #2

    Wink Ignore me... found it.

    Ignore me, I found it, for all my wandering around the deployment screens i seemed to have missed the

    Extra MySQL Configuration

    That appears in capitals....

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •