SyntaxFix
Write A Post
Hire A Developer
Questions
Maybe you can use a work around and try something like:
import datetime #import mysql import MySQLdb conn = MySQLdb.connect(host = '127.0.0.1',user = 'someUser', passwd = 'foobar',db = 'foobardb') cursor = conn.cursor()