MySQL Forums
Forum List  »  Newbie

Re: difficulty with command line
Posted by: Umesh Shastry
Date: June 11, 2005 03:42AM

Hi!!

You must terminate the commands with semicolon (;)..



(root@localhost) [(none)]> show databases
-> ;
+---------------+
| Database |
+---------------+
| ctrlappln |
1 rows in set (0.06 sec)

(root@localhost) [(none)]> show databases;

+---------------+
| Database |
+---------------+
| ctrlappln |
1 rows in set (0.06 sec)

(root@localhost) [(none)]>

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Written By
Posted
Re: difficulty with command line
June 11, 2005 03:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.