Skip to content

Commit

Permalink
Add file redirect to mysql dump command
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterlampe authored Feb 7, 2018
1 parent 32fbb18 commit a50f312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Converts MySQL dump to SQLite3 compatible dump (including MySQL `KEY xxxxx` stat
1. Dump MySQL DB

~~~~
mysqldump --skip-extended-insert --compact [options]... DB_name
mysqldump --skip-extended-insert --compact [options]... DB_name > dump_mysql.sql
# or
#mysqldump --no-data -u root -pmyPassword [options]... DB_name
#mysqldump --no-data -u root -pmyPassword [options]... DB_name > dump_mysql.sql
~~~~
1. Convert the dump to SQLite3 DB
Expand Down

0 comments on commit a50f312

Please sign in to comment.