Posts from 16 January 2012

How to restart Centos Apache and MySQL

Command line as follow: /etc/init.d/httpd  restart /etc/init.d/mysqld restart Or serice httpd restart serice mysqld restart ————————————– Import Database dumps 1) mysql -u root -p -h[…]