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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-01
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2022-01-04
  • 2021-04-04
  • 2021-08-04
相关资源
相似解决方案