Skip to content

Commit

Permalink
Update init_trade_history.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
haipome committed Dec 18, 2017
1 parent c30a225 commit 3e348ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/init_trade_history.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

MYSQL_HOST="localhost"
MYSQL_USER="root"
MYSQL_PASS="shit"
MYSQL_USER="user"
MYSQL_PASS="pass"
MYSQL_DB="trade_history"

for i in `seq 0 99`
Expand Down

0 comments on commit 3e348ff

Please sign in to comment.