From 3283ee0d9b431ffd98a1e5a32cf36e2422e8ad36 Mon Sep 17 00:00:00 2001 From: odan Date: Tue, 10 Dec 2019 14:58:06 +0100 Subject: [PATCH] Update db settings --- config/defaults.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/defaults.php b/config/defaults.php index 1c50d83fe..1da874d44 100644 --- a/config/defaults.php +++ b/config/defaults.php @@ -93,6 +93,15 @@ 'host' => 'localhost', 'encoding' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', + // Enable identifier quoting + 'quoteIdentifiers' => true, + // Set to null to use MySQL servers timezone + 'timezone' => null, + // Disable meta data cache + 'cacheMetadata' => false, + // Disable query logging + 'log' => false, + // PDO options 'flags' => [ // Turn off persistent connections PDO::ATTR_PERSISTENT => false,