#!/bin/bash mysql -h<公网IP> -P<端口号> -u<用户名> -p<密码> -D<指定数据库> >/Users/admin/Downloads/abc.txt <<EOF select count(*) from table_name EOF
时间: 2024-10-09 21:56:09
#!/bin/bash mysql -h<公网IP> -P<端口号> -u<用户名> -p<密码> -D<指定数据库> >/Users/admin/Downloads/abc.txt <<EOF select count(*) from table_name EOF