Skip to content

Instantly share code, notes, and snippets.

@avkosme
Created January 9, 2023 04:29
Show Gist options
  • Select an option

  • Save avkosme/471c22323d5bc157fdeeca6448bb08a7 to your computer and use it in GitHub Desktop.

Select an option

Save avkosme/471c22323d5bc157fdeeca6448bb08a7 to your computer and use it in GitHub Desktop.
Remove the one table from big sql dump file
#!/bin/bash
# https://stackoverflow.com/questions/19653245/use-ignore-table-with-mysql-while-execute-sql-file
sed '/INSERT INTO `big_log`/ d' ${1} > dumpLog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment