Tuesday 30 March 2010

How to restart Apache and Mysql using Putty?

Apache Restart
/etc/init.d/httpd restart

# To Start MySQL Server
/sbin/service mysqld start

# To Stop MySQL Server
/sbin/service mysqld stop


Cheers!

5 comments:

  1. I tested it on :
    OS : Linux 2.6.32-279.5.2.el6.x86_64
    Parallels Panel version : 10.3.1

    using putty software, & its working fine !

    thanks for the post !

    ReplyDelete
  2. Thanks for your post }

    It's Working 100%

    ReplyDelete
  3. You just saved me from serious trouble, Thanks for the help :-)

    ReplyDelete