Can't insert more than two data's in the mysql database i'm running the code in python using raspberry pi. the code i used is
query="INSERT INTO import(customer,package) VALUES('%s','%s')"
cursor.execute(query,(name,data))
it gives an error to check the syntax.