How do I restart MySQL service?

CentOS

The MySQL service can be restart using the following commands

# service mysqld restart

– or –

# /sbin/service mysqld restart


Was this article helpful?

Related guides