diff options
author | Simon Rettberg | 2022-03-09 11:36:03 +0100 |
---|---|---|
committer | Simon Rettberg | 2022-03-09 11:36:03 +0100 |
commit | 1cddd1c8bb23cde8761bb861552c515782b16828 (patch) | |
tree | ff94c5eba0f86e5a0d598ccaa1f36262bf007fc9 /satellit_installer | |
parent | [SSPS] mariadb config: Move into right directory (diff) | |
download | setup-scripts-1cddd1c8bb23cde8761bb861552c515782b16828.tar.gz setup-scripts-1cddd1c8bb23cde8761bb861552c515782b16828.tar.xz setup-scripts-1cddd1c8bb23cde8761bb861552c515782b16828.zip |
[SSPS] Force client lib charset too
Diffstat (limited to 'satellit_installer')
-rw-r--r-- | satellit_installer/static_files/system/etc/mysql/conf.d/99-openslx.cnf | 3 |
1 files changed, 3 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 995e7ad..35bf509 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,3 +1,6 @@ [mysqld] character-set-server = utf8mb4 collation-server = utf8mb4_unicode_520_ci + +[client] +default-character-set = utf8mb4 |