Skip to content

Commit

Permalink
minor: add note about potential stdout/stderr messages coming from sq…
Browse files Browse the repository at this point in the history
…lite3 and not just mysql2sqlite
  • Loading branch information
dumblob committed Jan 14, 2020
1 parent 81ba8cd commit 8b925f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Converts MySQL dump to SQLite3 compatible dump (including MySQL `KEY xxxxx` stat
./mysql2sqlite dump_mysql.sql | sqlite3 mysqlite3.db
~~~~
(both `mysql2sqlite` and `sqlite3` might write something to stdout and stderr - e.g. `memory` coming from `PRAGMA journal_mode = MEMORY;` is not harmful)
## Development
The script is written in *awk* (tested with gawk, but should work with original awk, and the lightning fast mawk) and shall be fully POSIX compliant.
Expand Down

0 comments on commit 8b925f6

Please sign in to comment.