How to split sql in MAC OSX?

后端 未结 4 931
广开言路
广开言路 2021-02-04 15:51

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

4条回答
  •  春和景丽
    2021-02-04 16:17

    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.

提交回复
热议问题