summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-10-28 06:59:00 +0100
committermkanat%bugzilla.org <>2008-10-28 06:59:00 +0100
commitf5afeb3841a89bd58cfd12832ab05bf7eae75439 (patch)
treeee3e189e2c16251c0714c5079658d74c9975f53b /docs
parent7caa3a5c4707b0941fe722891ba0989ca1f379d0 (diff)
downloadbugzilla-f5afeb3841a89bd58cfd12832ab05bf7eae75439.tar.gz
bugzilla-f5afeb3841a89bd58cfd12832ab05bf7eae75439.tar.xz
Bug 141951: Set the max_packet_size for attachments (and bugs_fulltext) when connecting to MySQL
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/installation.xml32
1 files changed, 1 insertions, 31 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index e82cfb317..496b5c019 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.161 2008/09/18 22:31:55 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.162 2008/10/28 00:59:02 mkanat%bugzilla.org Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -787,36 +787,6 @@
</para>
</caution>
- <section id="install-setupdatabase">
- <title>Allow large attachments</title>
-
- <para>
- By default, MySQL will only accept packets up to 64Kb in size.
- If you want to have attachments larger than this, you will need
- to modify your <filename>/etc/my.cnf</filename> as below.
- </para>
-
- <screen> [mysqld]
- # Allow packets up to 1M
- max_allowed_packet=1M</screen>
-
- <para>
- There is also a parameter in Bugzilla called 'maxattachmentsize'
- (default = 1000 Kb) that controls the maximum allowable attachment
- size. Attachments larger than <emphasis>either</emphasis> the
- 'max_allowed_packet' or 'maxattachmentsize' value will not be
- accepted by Bugzilla.
- </para>
-
- <note>
- <para>
- This does not affect Big Files, attachments that are stored directly
- on disk instead of in the database. Their maximum size is
- controlled using the 'maxlocalattachment' parameter.
- </para>
- </note>
- </section>
-
<section>
<title>Allow small words in full-text indexes</title>