Skip to content

Commit

Permalink
Update example/sample1.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
pacojp committed Oct 7, 2012
1 parent d3e64c2 commit 9368cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/sample1.rb
Expand Up @@ -11,7 +11,7 @@
# 取り敢えずおまじない
include TestdataGeneraterForMysql

# データベースへのアクセス情報を設定します
# データベースへのアクセス情報を設定します(Mysql2::Client.newの引数です)
setup_mysql_client :host => "127.0.0.1", :username => "root",:database=>'testdata_generater_for_mysql_test'
# マルチプルインサートの実行単位を指定します(以下だと200行ずつインサート実行。defaultは100)
insert_per_rows 200
Expand Down

0 comments on commit 9368cfd

Please sign in to comment.