I am trying to import a .sql file in to my local database. whenever i type the command to import the file, I get an error ERROR at line 1: Unknown command '\S'.
This is the first line of the sql file update product set aka = 'Trojan.gen,Backdoor.Win32.Agent.bisn' where id = 156701
\Sstring. – Randolph West May 8 '12 at 3:45mysql -hIP -uroot -p DN_name < filename.sql– vinny May 8 '12 at 17:48