summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-06-04 04:56:43 +0200
committerterry%mozilla.org <>1999-06-04 04:56:43 +0200
commit565cc8a6588b32534110261e2f05b40133406efb (patch)
treebe112f50fbd23e5d62cb2fe1be687dcb093693c0 /README
parent7269f798ab677e0e7e395ada7ac45a59c489f87d (diff)
downloadbugzilla-565cc8a6588b32534110261e2f05b40133406efb.tar.gz
bugzilla-565cc8a6588b32534110261e2f05b40133406efb.tar.xz
Explain how to configure things so that big attachments will work.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 59e63dbab..1f18f1113 100644
--- 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