Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL: '--skip-host-cache' is deprecated #9

Closed
hfagerlund opened this issue Apr 19, 2023 · 4 comments · Fixed by docker-library/mysql#1002
Closed

MySQL: '--skip-host-cache' is deprecated #9

hfagerlund opened this issue Apr 19, 2023 · 4 comments · Fixed by docker-library/mysql#1002

Comments

@hfagerlund
Copy link
Owner

hfagerlund commented Apr 19, 2023

From terminal output of $ ./vendor/bin/sail up:

quiz_app-mysql-1         | ... 
[Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release.
Please use SET GLOBAL host_cache_size=0 instead.
@hfagerlund hfagerlund self-assigned this Apr 19, 2023
@hfagerlund hfagerlund added this to the Fix Sail up warnings milestone Apr 19, 2023
@rawr51919
Copy link

Fixed in upstream PR docker-library/mysql#1002

@rawr51919
Copy link

PR has been merged, go ahead and close this as completed now

@hfagerlund
Copy link
Owner Author

Great - thanks @rawr51919.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants