工作中通常需要编写Shell脚本,执行sql语句,下面总结几种数据库利用shell执行sql语句的方法:
一、MysqL数据库:
MysqL --defaults-file=.my.cnf --connect_timeout=5 -N --batch -e "show full processlist"
[client] host='' user='' password=''
二、Oracle数据库
三、sqlServer数据库
四、Postgresql数据库