码迷,mamicode.com
首页 > 数据库 > 详细

shell脚本进行数据库操作

时间:2015-07-30 23:49:23      阅读:368      评论:0      收藏:0      [点我收藏+]

标签:shell mysql 数据库操作

mysql


 mysql -h${HOSTNAME} -P${PORT} -u${USERNAME} -p${PASSWORD} -e "sql语句"
 
 -hlocalhost -uroot -proot customer -e "select * from customer" > 1.txt


参考文章:

http://www.2cto.com/database/201410/343557.html



shell编程—— EOF  

 http://blog.163.com/njut_wangjian/blog/static/1657964252013112152418345/

 

本文出自 “一无所有-天行者” 博客,请务必保留此出处http://tianxingzhe.blog.51cto.com/3390077/1680086

shell脚本进行数据库操作

标签:shell mysql 数据库操作

原文地址:http://tianxingzhe.blog.51cto.com/3390077/1680086

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!