How does one insert a newline character into a character field using phpMyAdmin?
phpMyAdmin apparently doesn’t recognize an escape character. All of the instructions I’ve found say that if you want a special character you just type or paste it. Unfortunately you can’t type a newline in a phpMyAdmin field; it interprets the character as a click on the “Go” button. Nor can you paste one; if you try, nothing happens.
BTW, I’m hoping for a solution that a non-technical client can use. I know I could do this by writing a SQL query, for example, but that won’t really give me what I need.