I am bulk inserting data into mysql using python (around 20 records at a time). The INSERT script works and inputs the data. I commit() the sql_string right after execution,