Skip to content

Commit cd734c7

Browse files
authored
Merge pull request mysql2sqlite#30 from meisterlampe/master
Add file redirect to mysql dump command
2 parents 32fbb18 + a50f312 commit cd734c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Converts MySQL dump to SQLite3 compatible dump (including MySQL `KEY xxxxx` stat
77
1. Dump MySQL DB
88

99
~~~~
10-
mysqldump --skip-extended-insert --compact [options]... DB_name
10+
mysqldump --skip-extended-insert --compact [options]... DB_name > dump_mysql.sql
1111
# or
12-
#mysqldump --no-data -u root -pmyPassword [options]... DB_name
12+
#mysqldump --no-data -u root -pmyPassword [options]... DB_name > dump_mysql.sql
1313
~~~~
1414
1515
1. Convert the dump to SQLite3 DB

0 commit comments

Comments
 (0)