I\'m trying to dynamically load census data into a mysql database (from .csv files) using Python and MySQL Connector.
I can\'t figure out why I am getting the error
Add field allow_local_infile = "True" when you do mysql.connector.connect. It'll work
allow_local_infile = "True"