To write to the MySQL database 3000 lines.
INSERT INTO test (id, test) VALUES ("1", "test");
INSERT INTO test (id, test) VALUES ("2", "test");
INSERT INTO test (id, test) VALUES ("3", "test");
...
INSERT INTO test (id, test) VALUES ("3000", "test");
How to share request for parts that the database didn’t hang up?
Is it that you have 3000 rows to insert but don’t want to write them all out? If so use this: