创建alias
alias db='mysql -hlocalhost -uroot -p123456'
创建mysql语句的执行文件: mysql.txt
select * from test_db.test_table
在Linux命令行中输入
$ db < /path/to/mysql.txt | cat > store.log
最终store.log
中的数据即是select * from db.table
的结果。
: ) 太好用了。
参考
鹏哥的代码。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。