Hello Masters i am facing a strange prob plz help me out...i recently got a database of lyrics which is more than 600MB..the basic problem is that due to such huge size i am not able to open it with notepad.. could u plz let me know how can i open it up and edit it.. Thanking all of u KJS
I use NoteTab Light for all my text documents and haven't had a problem. Just to be sure, though, with something that big, why not use MS Word?
Open it with WordPad .. works only with buffers so it won't matter the size .. I had this problems couple time so that was my solution .. Cheers, Venetsian.
Upload it in phpmyadmin (contact your hoster when the file is too big.) Edit it in phpmyadmin: -It wil be more synoptic. -More easy to edit. -Faster savings.
Use "SQLDumpSplitter" to slip your 600MB dump into multiple 40~50MB ones. Then use these to upload the database bit by bit. PhpMyAdmin only allows you to import files of upto something like 50MB anyway so this is the best way in my opinion. Please enlighten me if there's a better way though