Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
m3mn0n
PHP Evangelist
Posts: 3548 Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada
Post
by m3mn0n » Mon Sep 26, 2005 1:39 pm
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
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Sep 26, 2005 1:42 pm
TextPad can open it.
m3mn0n
PHP Evangelist
Posts: 3548 Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada
Post
by m3mn0n » Mon Sep 26, 2005 1:47 pm
Right now I'm trying to split this baby up into 2 MB chunks via PHP, but I'll give that a go.
m3mn0n
PHP Evangelist
Posts: 3548 Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada
Post
by m3mn0n » Mon Sep 26, 2005 1:51 pm
/me is textpads newest fan
Thanks for the quick tip man!