分页: 72/121 第一页 上页 67 68 69 70 71 72 73 74 75 76 下页 最后页 [ 显示模式: 摘要 | 列表 ]

配制lighttpd+fastcgi启动脚本 不指定

root , 2008/05/22 16:48 , Lighttpd , 评论(1) , 阅读(10259) , Via 本站原创
一、vi /etc/init.d/webserver

二、配置成服务
引用
chmod 775 webserver
chkconfig --add webserver
service webserver restart

SHELL方式运行mysql命令 不指定

root , 2008/05/22 16:45 , SHELL , 评论(1) , 阅读(14083) , Via 本站原创
不需要其它语句包支持也要操作Mysql数据了
引用

#!/bin/sh
mysql -uroot -p123456 <use test;
select * from testaa while a=10000;
EOF

Tags: ,
分页: 72/121 第一页 上页 67 68 69 70 71 72 73 74 75 76 下页 最后页 [ 显示模式: 摘要 | 列表 ]