2017年9月22日

Centos 执行sql文件

摘要: 1、管道符 mysql -u dump1 -p dump1 < ./test.sql cat test.sql select count(*) from dbname.tableName 2、脚本 #!/bin/bash #Program: # 利用sh执行sql文件 #History # 2017 阅读全文

posted @ 2017-09-22 15:49 Xiaox-xin 阅读(6034) 评论(1) 推荐(0)

导航