Advertisement
Guest User

problem :(

a guest
Oct 2nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import pymysql
  2.  
  3. connection = pymysql.connect(host='',user='',password='',db='')
  4. cursor=connection.cursor()
  5. print"Connected Successfully"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement