diff options
author | Jacob Michalskie <hel@lcp.world> | 2022-09-03 23:18:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 17:18:48 -0400 |
commit | 1f505160b5288243c26355c3177025dba2cc2317 (patch) | |
tree | 1622f03c48cf7e42388c9a4969b3b7c7ea723848 /docs/en/rst/installing/mysql.rst | |
parent | e36e9f902af57e26a3ae0e14ceb9dff78857989f (diff) | |
download | bugs-1f505160b5288243c26355c3177025dba2cc2317.tar bugs-1f505160b5288243c26355c3177025dba2cc2317.tar.gz bugs-1f505160b5288243c26355c3177025dba2cc2317.tar.bz2 bugs-1f505160b5288243c26355c3177025dba2cc2317.tar.xz bugs-1f505160b5288243c26355c3177025dba2cc2317.zip |
Bug 1785943: Update the MySQL, Linux and Quick Start in the Installation documentation 5.0 (#113)
* Update the Linux and Quick Start in the Installation documentation
* Update the notes to mention MySQL 8 incompatibility and MariaDB as a replacement
* Default to MariaDB and mention how it relates to MySQL
* Switch to mention how to install optional modules outside of dnf
Diffstat (limited to 'docs/en/rst/installing/mysql.rst')
-rw-r--r-- | docs/en/rst/installing/mysql.rst | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/en/rst/installing/mysql.rst b/docs/en/rst/installing/mysql.rst index 1107547a6..66f44de20 100644 --- a/docs/en/rst/installing/mysql.rst +++ b/docs/en/rst/installing/mysql.rst @@ -3,7 +3,13 @@ MySQL ##### -You need MySQL version 5.0.15 or higher. +It is strongly advised to use MariaDB which is a drop-in replacement for +MySQL and is fully compatible with Bugzilla. If MySQL must be used, be +aware that the minimum required version is MySQL 5.0.15 and that MySQL 8 +or higher cannot be used at this time. + +All commands in this document work regardless of whether MySQL or +MariaDB are used. It's possible to test which version of MySQL you have installed with: @@ -15,12 +21,12 @@ Installing Windows ------- -Download the MySQL 32-bit or 64-bit MSI installer from the -`MySQL website <http://www.mysql.com/downloads/mysql/>`_ (~28 MB). +Download the MariaDB 32-bit or 64-bit MSI installer from the +`MariaDB website <https://mariadb.org/download/?t=mariadb&os=windows>`_ (~66 MB). -MySQL has a standard Windows installer. It's ok to select a Typical MySQL -install (the default). The rest of this documentation assumes assume you -have installed MySQL into :file:`C:\\mysql`. Adjust paths appropriately if not. +MariaDB has a standard Windows installer. It's ok to select a the +default install options. The rest of this documentation assumes assume you +have installed MariaDB into :file:`C:\\mysql`. Adjust paths appropriately if not. Linux/Mac OS X -------------- |