Skip to content

Commit dc35bed

Browse files
authored
Fix skip-host-cache deprecation warning (#1002)
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
1 parent 76806cd commit dc35bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8.0/config/conf.d/docker.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[mysqld]
2-
skip-host-cache
2+
host_cache_size=0
33
skip-name-resolve

0 commit comments

Comments
 (0)