MySQL :: MySQL 5.0 Reference Manual :: 12.5.1 String Comparison Functions
Because MySQL uses C escape syntax in strings (for example, “ \n ” to represent a newline character), you must double any “ \ ” that you use in LIKE strings. For example, to search for “ \n ”, specify it as “ \\n”...