How can I backup a MySQL DB so that each Insert command is on a new line?
I would like to know the best command line string to backup a MySQL database so that when -c is used, each Insert command is shown on a new line.
I am trying to restore a large database and need to ... more