From: Gervase Markham Date: Tue, 4 Aug 2015 13:54:19 +0000 (+0100) Subject: Bug 1186866 - fix line number in MySQL section. r=mcote X-Git-Tag: release-5.1.1~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47ff0d8b2cae5f1b8b193ec8c57f4786fcb4e3ce;p=thirdparty%2Fbugzilla.git Bug 1186866 - fix line number in MySQL section. r=mcote --- diff --git a/docs/en/rst/installing/quick-start.rst b/docs/en/rst/installing/quick-start.rst index 23cb502398..2b0e2bb98e 100644 --- a/docs/en/rst/installing/quick-start.rst +++ b/docs/en/rst/installing/quick-start.rst @@ -85,7 +85,7 @@ Set the following values, which increase the maximum attachment size and make it possible to search for short words and terms: * Alter on Line 52: ``max_allowed_packet=100M`` -* Add as new line 31, in the ``[mysqld]`` section: ``ft_min_word_len=2`` +* Add as new line 32, in the ``[mysqld]`` section: ``ft_min_word_len=2`` Save and exit.