You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using this reposity's image mysql:5.7 ,we may need to restart mysql some times.
Once we call service mysql restart command ,the container restarts.
But we do not want the container restarts at that time.
Is it possible to restart mysql service without restart container? thx.