Is there any app for mac to split sql files or even script? I have a large files which i have to upload it to hosting that doesn\'t support files over 8 MB.
*I don\'t ha
This tool should do the trick: MySQLDumpSplitter
It's free and open source.
Unlike the accepted answer to this question, this app will always keep extended inserts intact so the precise form of your query doesn't matter; the resulting files will always have valid SQL syntax.
Full disclosure: I am a share holder of the company that hosts this program.