Skip to content

Commit

Permalink
Remove use of deprecated (removed in 8.3) MySQL config option (testco…
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jan 20, 2024
1 parent 4ff8d1d commit 12bf2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mysql/src/main/resources/mysql-default-conf/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sort_buffer_size = 64K
read_buffer_size = 256K
read_rnd_buffer_size = 256K
net_buffer_length = 2K
skip-host-cache
host_cache_size = 0
skip-name-resolve

# Don't listen on a TCP/IP port at all. This can be a security enhancement,
Expand Down Expand Up @@ -46,4 +46,4 @@ innodb_buffer_pool_size = 16M
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50
innodb_lock_wait_timeout = 50

0 comments on commit 12bf2f6

Please sign in to comment.