How would one do a bulk insert into mySQL if using something like https://github.com/felixge/node-mysql
I was having similar problem. It was just inserting one from the list of arrays. It worked after making the below changes.
Hope this helps. I am using mysql npm.