Skip to content

Instantly share code, notes, and snippets.

@yuvipanda
Created March 27, 2016 19:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvipanda/48ce62207278b90fcd35 to your computer and use it in GitHub Desktop.
Save yuvipanda/48ce62207278b90fcd35 to your computer and use it in GitHub Desktop.
conn = pymysql.connect(
host=os.environ['MYSQL_HOST'],
user=os.environ['MYSQL_USERNAME'],
password=os.environ['MYSQL_PASSWORD'],
database='enwiki_p',
charset='utf8',
use_unicode=True
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment