On Wed, Nov 16, 2005 at 06:33:40PM -0800, Scott Haneda 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?

Just close the open quote before you use \c

mysql> select "
    "> "\c
mysql>

Jim Winstead
MySQL Inc.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to