]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Explain how to configure things so that big attachments will work.
authorterry%mozilla.org <>
Fri, 4 Jun 1999 02:56:43 +0000 (02:56 +0000)
committerterry%mozilla.org <>
Fri, 4 Jun 1999 02:56:43 +0000 (02:56 +0000)
README

diff --git a/README b/README
index 59e63dbab870cbe660e2ee3c69f7050def8fdb20..1f18f111333ad8a51eeef44f982ad309056a80f9 100644 (file)
--- a/README
+++ b/README
@@ -52,6 +52,13 @@ build from sources you can easily set the dataDir as an option to configure.
 you'll want to make sure to add mysqld to your init scripts so the server
 daemon will come back up whenever your machine reboots.
 
+  You also may want to edit those init scripts, to make sure that mysqld will
+accept large packets.  By default, mysqld is set up to only accept packets up
+to 64K long.  This limits the size of attachments you may put on bugs.  If you
+add something like "-O max_allowed_packet=1M" to the command that starts mysqld
+(or safe_mysqld), then you will be able to have attachments up to about 1
+megabyte.
+
 1.2. Perl (5.004 or greater)
 
   Any machine that doesn't have perl on it is a sad machine indeed.  Perl