Skip to content

Instantly share code, notes, and snippets.

@twelvejie
Created April 26, 2024 09:24
Show Gist options
  • Save twelvejie/8837fc45289a6e81dbe6377b62260b9f to your computer and use it in GitHub Desktop.
Save twelvejie/8837fc45289a6e81dbe6377b62260b9f to your computer and use it in GitHub Desktop.

pv命令使用

mysql导入数据限速5M

 pv  -L 5m  demo.sql | mysql  -h123 -ufund -pdemo  jydb_pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment