From 96943e28286053f8dd883442fcab58921c129e3c Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Fri, 5 Apr 2019 14:59:54 +0000 Subject: Add MySQL Omnibus deprecation notice on MySQL installation page --- doc/install/database_mysql.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: - - +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 -- cgit v1.2.1