MySQL データベースに 3000 行書き込みます。
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");
データベースがハングアップしなかった部品のリクエストを共有する方法は?