Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created June 11, 2009 13:02
Show Gist options
  • Save sarahhodne/127881 to your computer and use it in GitHub Desktop.
Save sarahhodne/127881 to your computer and use it in GitHub Desktop.
database = MySQLdb.connection(host='127.0.0.1' , user='damian' , passwd='pass' , db='db1')
c = database.cursor()
c.execute("""SQL STATEMENT""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment