Created
December 27, 2016 04:44
-
-
Save nikukyugamer/dbc124caece99bb9888918d8df53f667 to your computer and use it in GitHub Desktop.
how to use fake2db
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !#/bin/bash | |
| # SQLite3 | |
| fake2db --rows 100000 --db sqlite --locale ja_JP | |
| # MySQL | |
| fake2db --rows 100000 --db mysql --host hostname --port port --username username --password password --locale ja_JP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment