Guest User

Untitled

a guest
Mar 21st, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import mysql.connector as con
  2.  
  3. cnx = con.connect( user='mvp',
  4. password='epidemiologia',
  5. host='johnny.heliohost.org',
  6. database='mvp_viral')
  7.  
  8. cursor = cnx.cursor()
  9.  
  10. def end():
  11. cursor.close()
  12. cnx.close()
Add Comment
Please, Sign In to add comment