diff options
-rw-r--r-- | satellit_installer/static_files/system/etc/mysql/conf.d/99-openslx.cnf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/satellit_installer/static_files/system/etc/mysql/conf.d/99-openslx.cnf b/satellit_installer/static_files/system/etc/mysql/conf.d/99-openslx.cnf index 35bf509..f4ff6f7 100644 --- a/satellit_installer/static_files/system/etc/mysql/conf.d/99-openslx.cnf +++ b/satellit_installer/static_files/system/etc/mysql/conf.d/99-openslx.cnf @@ -1,6 +1,7 @@ [mysqld] character-set-server = utf8mb4 collation-server = utf8mb4_unicode_520_ci +sql_mode = STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION [client] default-character-set = utf8mb4 |