Okay, I had the brilliant idea right after posting to google the newsgroups on this.
db = MySQLdb.connect(user=database_user,passwd=database_password) db.autocommit(True) <--- One little line! There ya go. Works like a champ. I swear I was pulling my hair out yesterday over this. -- http://mail.python.org/mailman/listinfo/python-list
