MySQL dump, output each table row on a new line whilst using --extended-insert
- by soopadoubled
I'm having an issue, where for ease of use, I'd like to be able to format a command line MySQL dump so that each row of a given table is on a new line when using the --extended-insert option.
Usually when using --extended-insert, every row of a given table is outputted on one line, and as far as I am aware there's no way to change this, other than…