首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

apache+tomcat+mysql 简略命令

2012-07-24 
apache+tomcat+mysql 简单命令apache 命令1.su 到root2.apachectl -k start3.apachectl -k stop4.apachect

apache+tomcat+mysql 简单命令
apache 命令
1.su 到root
2.apachectl -k start
3.apachectl -k stop
4.apachectl -k restart

tomcat 命令
1.su 到root
2./usr/local/etc/rc.d/tomcat6 start
3....
4.....

mysql 命令
1.su 到root
2./usr/local/etc/rc.d/mysql-server start
3....
4.....

热点排行