From: jocuri%softhome.net <> Date: Wed, 22 Feb 2006 00:44:10 +0000 (+0000) Subject: Documentation patch for bug 320549: specify in documentation that MySQL 5 is unsuppor... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6ac9c46f626d10ba9856afac13d55057e68689c;p=thirdparty%2Fbugzilla.git Documentation patch for bug 320549: specify in documentation that MySQL 5 is unsupported in Bugzilla releases prior to 2.20RC1; patch by Kevin Benton , r=vladd@bugzilla.org. --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 2750c38872..8bf10c5089 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -8,6 +8,12 @@
Introduction + Please note that Bugzilla 2.16.x will become unsupported with + the release of Bugzilla 2.22. If you're installing Bugzilla for the + first time, please consider a newer stable version. Stable versions + of Bugzilla can be found at + http://www.bugzilla.org/ + Bugzilla has been successfully installed under Solaris, Linux, and Win32. Win32 is not yet officially supported, but many people have got it working fine. @@ -38,7 +44,10 @@ MySQL database server - (3.22.5 or greater) + (3.22.5 or greater. Note that versions of Bugzilla prior to 2.20RC1 do + not work with MySQL 5.0.12 or higher. If you intend to install + Bugzilla using MySQL 5.x as your back-end, please use a more current + release of Bugzilla). @@ -245,7 +254,11 @@ Visit the MySQL homepage at www.mysql.com - to grab and install the latest stable release of MySQL. + to grab and install the latest stable 4.x release of MySQL. + Note that versions of Bugzilla prior to 2.20RC1 do not work with MySQL + 5.0.12 or higher. If you intend to install Bugzilla using + MySQL 5.x as your back-end, please use a more current release + of Bugzilla). @@ -708,7 +721,7 @@ perl -pi -e 's@#\!/usr/bonsaitools/bin/perl@#\!/usr/bin/perl@' *cgi *pl Bug.pm p Remember to set <bugs_password> to some unique password. - If you are using MySQL 4.0 or newer, enter: + If you are using MySQL 4.x or newer, enter: mysql> GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES,