From 8e74a1ac6b4e6b22ac0c08e8f8236e1c447a478f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Sat, 2 Feb 2019 00:54:23 +0200 Subject: [PATCH] Add example to lower_case_table_names documentation The syntax isn't super obvious so having an example helps. --- Documentation/Authenticators/MySQL-Authenticator.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/Authenticators/MySQL-Authenticator.md b/Documentation/Authenticators/MySQL-Authenticator.md index ffbdb0c7d..a69198249 100644 --- a/Documentation/Authenticators/MySQL-Authenticator.md +++ b/Documentation/Authenticators/MySQL-Authenticator.md @@ -80,3 +80,7 @@ case-insensitive by converting all names into their lowercase form. **Note:** The identifier names are converted using an ASCII-only function. This means that non-ASCII characters will retain their case-sensitivity. + +``` +authenticator_options=lower_case_table_names=false +```