Re: Clear command ('\c') in MySQL v5.0
On Oct 18, 11:10 am, Brian Wakem <n...@email.com> wrote:
> Water Cooler v2 wrote:
> > I am using it on the command line as such:
>
> > mysql>\c;
>
> > When I hit the return key, it says:
>
> > ERROR:
> > No query specified
>
> The no query specified refers to the ;
>
> The \c should not have ; after it. The ; implies another query is present
> but is not.
>
> --
> Brian Wakem
The manual says it should have a ; after the \c if I understand
correctly. Here's the manual verbatim:
<QUOTE topic_name="mysql - The MySQL Command-Line Tool">
mysql>
List of all MySQL commands:
Note that all text commands must be first on line and end with ';'</
QUOTE>
|