一、-e 和 -N /usr/local/bin/mysql -h127.0.0.1 -uroot -pxxxx -N -e "use abc; show tables;" -e 后面跟上要执行的SQL语句 -N 参数是不显示表头 相关文章: 2021-12-06 2022-01-07 2021-04-14 2021-12-19 2022-01-30 2022-01-03 2022-02-13