Skip to content

Commit

Permalink
Login MySQL as 'qiandao'
Browse files Browse the repository at this point in the history
  • Loading branch information
Goshin committed Apr 17, 2016
1 parent a75b448 commit e9aed4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class mysql(object):
host = 'localhost'
port = '3306'
database = 'qiandao'
user = 'root'
user = 'qiandao'
passwd = None

class redis(object):
Expand Down

1 comment on commit e9aed4a

@Goshin
Copy link
Owner Author

@Goshin Goshin commented on e9aed4a Apr 17, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refer to binux#17

Please sign in to comment.