Guest User

Untitled

a guest
Dec 28th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. conn = pymysql.connect(host="xxc.ru",
  2. port=3306,
  3. user="user",
  4. password="password",
  5. db="test",
  6. charset='utf8')
Add Comment
Please, Sign In to add comment