Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docker/conf/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ default_storage_engine = InnoDB
innodb_buffer_pool_size = 128M
innodb_log_file_size = 48M
innodb_flush_log_at_trx_commit = 1
innodb_file_per_table = ON
innodb_rollback_on_timeout = 1

# Other Storage Engines
Expand Down Expand Up @@ -95,9 +94,13 @@ plugin_load_add = simple_password_check
!include /etc/mysql/inc/tidesdb.cfg

[client]
# Used by all clients
port = 3306
socket = /tmp/mariadb.sock
default-character-set = utf8mb4

[mariadb-client]
# Used by mariadb client
default_character_set = utf8mb4

[mysqldump]
single_transaction
Expand Down
Loading