Page 1 of 1

Tips for opening up a massive SQL file

Posted: Mon Sep 26, 2005 1:39 pm
by m3mn0n
I have an SQL file that's about 300 MB+ in size.

What would you do to open up such a file?

Notes:
-Dreamweaver out of the question... it's locks up at 5MB SQL files
-WordPad/Notepad out of the question... my computer (with 768 MB of DDR) crashes if trying to open it in these two programs

Posted: Mon Sep 26, 2005 1:42 pm
by feyd
TextPad can open it.

Posted: Mon Sep 26, 2005 1:47 pm
by m3mn0n
Right now I'm trying to split this baby up into 2 MB chunks via PHP, but I'll give that a go. :)

Posted: Mon Sep 26, 2005 1:51 pm
by m3mn0n
/me is textpads newest fan :wink:

Thanks for the quick tip man!