summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/system-base/etc/mysql/conf.d/99-openslx.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/static_files/system-base/etc/mysql/conf.d/99-openslx.cnf')
-rw-r--r--satellit_installer/static_files/system-base/etc/mysql/conf.d/99-openslx.cnf7
1 files changed, 7 insertions, 0 deletions
diff --git a/satellit_installer/static_files/system-base/etc/mysql/conf.d/99-openslx.cnf b/satellit_installer/static_files/system-base/etc/mysql/conf.d/99-openslx.cnf
new file mode 100644
index 0000000..f4ff6f7
--- /dev/null
+++ b/satellit_installer/static_files/system-base/etc/mysql/conf.d/99-openslx.cnf
@@ -0,0 +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