i have a 100 MB of sql file and i would like it to be into parts. i.e. 30 mb each or something else would even work. my hosting doesn't allow more then 50 MB. and when i open the file into dreamweaver... it kinda hangs there. my host doesn't allow shell access. is there a way out there?
Sure just open your .sql file and edit it with a programm that supports opening large text files like notepad++.Then search for long inserts and then split up the insert parts and copy the header to each part and run them seperately and your done.If you can't handle it on your own i could help you.