From bill.walton at charter.net Fri Aug 10 08:42:10 2007 From: bill.walton at charter.net (Bill Walton) Date: Fri, 10 Aug 2007 07:42:10 -0500 Subject: [Instantrails-developers] setting MySQL max_allowed_packet size Message-ID: <002e01c7db4b$ded5c450$6501a8c0@Precision670> Greetings! I need to set max_allowed_packet size for some testing that revolves around a MySQL driver problem. I've put the line... max_allowed_packet=XXXXXXXXXX in my.ini via the IR interface. Is that the right place to put it? And is there a way to check / see that the setting is actually what I expect it to be? Should I be using the MySQL Administration tool for this? Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-developers/attachments/20070810/db4c9d4f/attachment.html From curt.hibbs at gmail.com Fri Aug 10 09:50:06 2007 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Fri, 10 Aug 2007 08:50:06 -0500 Subject: [Instantrails-developers] setting MySQL max_allowed_packet size In-Reply-To: <002e01c7db4b$ded5c450$6501a8c0@Precision670> References: <002e01c7db4b$ded5c450$6501a8c0@Precision670> Message-ID: <31d15f490708100650l1970c7b9r99b2d0d298019e3@mail.gmail.com> On 8/10/07, Bill Walton wrote: > > Greetings! > > I need to set max_allowed_packet size for some testing that revolves > around a MySQL driver problem. I've put the line... > > max_allowed_packet=XXXXXXXXXX > > in my.ini via the IR interface. Is that the right place to put it? And > is there a way to check / see that the setting is actually what I expect it > to be? > > Should I be using the MySQL Administration tool for this? > Definitely, you want to update the ini file via the IR interface to make sure you're updating the template copy of the file. You'll want to make sure that the real ini file used by MySQL also gets updated with your changes. I think IR does this automatically, but (to be completely honest) I been away from this for quite a while, so I'm not sure. You could force IR to recreate the config files by renaming some folder in its directory path, or you could just check the ini in the mysql subdirectory. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-developers/attachments/20070810/36d3340b/attachment-0001.html