D4rkAng3l
19-05-2009, 11:04
Ciao se ho un file contenenti tantissime operazioni insert (sui 10000) ad esempio nella forma:
INSERT INTO UTENTE VALUES ('nJbk4OdNLCXXVi','Jana','Warner','1954-12-02','21471 West Brown Deer Ln.','20117');
INSERT INTO UTENTE VALUES ('E','Otto','Lee','1988-03-18','70488 Bouvet Island Ct.','69011');
INSERT INTO UTENTE VALUES ('bNCQkhPauvssy','Kylan','Black','1985-10-02','39247 East Iceland Ln.','28472');
come posso dire a MySql di prendere in pasto direttamente il file e di eseguire le query di insert che contiene al suo interno?
Grazie
Andrea
INSERT INTO UTENTE VALUES ('nJbk4OdNLCXXVi','Jana','Warner','1954-12-02','21471 West Brown Deer Ln.','20117');
INSERT INTO UTENTE VALUES ('E','Otto','Lee','1988-03-18','70488 Bouvet Island Ct.','69011');
INSERT INTO UTENTE VALUES ('bNCQkhPauvssy','Kylan','Black','1985-10-02','39247 East Iceland Ln.','28472');
come posso dire a MySql di prendere in pasto direttamente il file e di eseguire le query di insert che contiene al suo interno?
Grazie
Andrea