Skip to content

Commit

Permalink
Fix skip-host-cache deprecation warning (#1002)
Browse files Browse the repository at this point in the history
skip-host-cache was deprecated in 8.0.30 and replaced by a configurable host_cache_size

https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-30.html#mysqld-8-0-30-deprecation-removal
  • Loading branch information
rawr51919 authored Nov 8, 2023
1 parent 76806cd commit dc35bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8.0/config/conf.d/docker.cnf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[mysqld]
skip-host-cache
host_cache_size=0
skip-name-resolve

0 comments on commit dc35bed

Please sign in to comment.