一、-e 和 -N
/usr/local/bin/mysql -h127.0.0.1 -uroot -pxxxx -N -e "use abc; show tables;"
-e 后面跟上要执行的SQL语句
-N 参数是不显示表头