On 11/16/05, Scott Haneda <[EMAIL PROTECTED]> wrote: > Sometimes I paste in something in mysql CLI and it just does this: > "> WHERE products.ship_status != 1 > "> ); > "> /c > "> \c > "> \c; > "> > > I tried all the \c commands and nothing will get me out of it, I can ^c and > it will get me out, but then I have to login again, which is a pain, how can > I tell mysql to drop me back to a clean prompt?
The "> prompt is telling you it needs a double quote closed. Try "\c at the prompt to close the quotes and cancel the SQL. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]