Loading data into MySQL: How to deal with backslashes? Loading data into MySQL: How to deal with backslashes? unix unix

Loading data into MySQL: How to deal with backslashes?


If you don't need the escaping, then definitely use ESCAPED BY ''.

http://dev.mysql.com/doc/refman/5.1/en/load-data.html

"If the FIELDS ESCAPED BY character is empty, escape-sequence interpretation does not occur. "