一、vi /etc/init.d/webserver
二、配置成服务
二、配置成服务
引用
chmod 775 webserver
chkconfig --add webserver
service webserver restart
chkconfig --add webserver
service webserver restart
不需要其它语句包支持也要操作Mysql数据了
#!/bin/sh
mysql -uroot -p123456 < use test;
select * from testaa while a=10000;
EOF
引用
#!/bin/sh
mysql -uroot -p123456 <
select * from testaa while a=10000;
EOF