MSQL|直接从MSQL中将数据打印到文件中的方法 创建alias alias db='mysql -hlocalhost -uroot -p123456'创建mysql语句的执行文件: mysql.txt select * from test_db.test_table在Linux命令行中