Skip to content

Instantly share code, notes, and snippets.

@nikukyugamer
Created December 27, 2016 04:44
Show Gist options
  • Select an option

  • Save nikukyugamer/dbc124caece99bb9888918d8df53f667 to your computer and use it in GitHub Desktop.

Select an option

Save nikukyugamer/dbc124caece99bb9888918d8df53f667 to your computer and use it in GitHub Desktop.
how to use fake2db
!#/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