Closed Eleanaortegagm closed 1 year ago
Also met this issue.
same
Fixed in PR #1002
Duplicate of #921
I am facing error while running db container "The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead" where should I set it ? Anyone has idea about it?
@pushpa-01 I believe this is fixed in recent versions. If you can't upgrade to a new version yet, you can try to apply this change manually: https://github.com/docker-library/mysql/pull/1002/files
I cannot get rid of this warning and I tried to set global host cache size to 0 in a sql script.