Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsiryk committed Feb 6, 2020
1 parent 6c70efb commit b1d29f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Backup/restore mysql dump::


# IMPORTANT: Assuming you are using InnoDB tables, you should add '--single-transaction' option
mysqldump ---skip-lock-tables -single-transaction some_database > dump.sql
mysqldump --skip-lock-tables --single-transaction some_database > dump.sql

# restore from dump
mysql -u USER -p DATABASE < dump.sql
Expand Down

0 comments on commit b1d29f2

Please sign in to comment.