How do I bounce mysql instance without being OS root user?
Due to the fact that interactive login is disabled in MySQL 5.7, I can't log in as MySQL user, but can log in with my OS credentials. However i cannot stop or restart the server. Is there a way to implement this without root?
0