Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
QA
ox-installer
Commits
a91928a7
Commit
a91928a7
authored
Oct 01, 2020
by
philipp.schumacher
Browse files
use utf8 charset as 7.8.4 does not support utf8mb4
parent
85c732b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/database/ox-tunings.cnf
View file @
a91928a7
...
...
@@ -35,8 +35,8 @@ binlog_cache_size = 1M
sync_binlog = 8
binlog_format = row
character_set_server = utf8
mb4
collation_server = utf8
mb4
_general_ci
character_set_server = utf8
collation_server = utf8_general_ci
# This was default_table_type previous to MySQL 5.5
default_storage_engine = InnoDB
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment