Breakline mysql pada string

INSERT INTO test VALUES('a line\nanother line');
-- \n just works fine here
GutoTrosla