- Joined
- Feb 25, 2015
- Messages
- 520
- Points
- 28
I always used this command to restart my VPS
However, sometimes it causes MySQL issues and I don't know hy. What's the most graceful way to restart CentOS 7? I have just got this version on a new VPS.
I've read tutorials online and they suggest to use
and
How can I gently reboot the machine?
Code:
shutdown -r now
I've read tutorials online and they suggest to use
Code:
reboot
Code:
halt