stevebanks
Programmer
- Mar 30, 2004
- 93
Hi everyone,
Wonder if you can help? I have a 100Mb SQL file that i need to import into a mySQL db on our server.. Every line is in the format:
How would I go about it, i'm a relative newbie to MySQL etc and am struggling!
Thanks in advance
Steve
Wonder if you can help? I have a 100Mb SQL file that i need to import into a mySQL db on our server.. Every line is in the format:
Code:
INSERT INTO table VALUES (a,b,c,d,e,f);
How would I go about it, i'm a relative newbie to MySQL etc and am struggling!
Thanks in advance
Steve