centos下重新启动apache和mysql的方法

centos下重启apache和mysql的方法
重启apache
service httpd restart;

重启mysql
service mysqld restart;