We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32fbb18 + a50f312 commit cd734c7Copy full SHA for cd734c7
README.md
@@ -7,9 +7,9 @@ Converts MySQL dump to SQLite3 compatible dump (including MySQL `KEY xxxxx` stat
7
1. Dump MySQL DB
8
9
~~~~
10
- mysqldump --skip-extended-insert --compact [options]... DB_name
+ mysqldump --skip-extended-insert --compact [options]... DB_name > dump_mysql.sql
11
# or
12
- #mysqldump --no-data -u root -pmyPassword [options]... DB_name
+ #mysqldump --no-data -u root -pmyPassword [options]... DB_name > dump_mysql.sql
13
14
15
1. Convert the dump to SQLite3 DB
0 commit comments