summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2019-04-05 14:59:54 +0000
committerDrew Blessing <drew@blessing.io>2019-04-05 10:06:28 -0500
commit96943e28286053f8dd883442fcab58921c129e3c (patch)
treefc6bbcde4192f789e1524a3da0d1a44b8161e40d
parent0912fd8ad203fce9f0d4a61b2dd24f1f34c5474e (diff)
downloadgitlab-ce-docs-mysql-deprecation-and-note.tar.gz
Add MySQL Omnibus deprecation notice on MySQL installation pagedocs-mysql-deprecation-and-note
-rw-r--r--doc/install/database_mysql.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/install/database_mysql.md b/doc/install/database_mysql.md
index e89846107b6..20a17fad29c 100644
--- a/doc/install/database_mysql.md
+++ b/doc/install/database_mysql.md
@@ -1,7 +1,8 @@
# Database MySQL
NOTE: **Note:**
-We do not recommend using MySQL due to various issues.
+Using MySQL with the Omnibus GitLab package is considered deprecated and
+there are various issues with MySQL that may cause problems.
For example, there have been bugs with case
[(in)sensitivity](https://dev.mysql.com/doc/refman/5.7/en/case-sensitivity.html).
@@ -12,6 +13,9 @@ Bugs relating to case sensitivity:
- <https://bugs.mysql.com/bug.php?id=65830>
- <https://bugs.mysql.com/bug.php?id=63164>
+CAUTION: **Caution:**
+GitLab does not support [MySQL Strict SQL Mode](https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sql-mode-strict).
+
## Initial database setup
```sh