Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 2 years ago. Improve this question I am trying to store scraped data with scrapy to a sql database but I get the following error: ProgrammingError: 1064 (42000):
Tag: scrapy
Storing data to SQL not working with my sql connector and scrapy
I am trying to store my scraped data with scrapy to a SQL database but my code does not send anything while no error is mentioned when runned. I am using my sql connector since I don’t manage to install MySQL-python. My SQL database seems to running well and when I run the code the traffic KB/s raise. Please find