MySQL Forums
Forum List  »  Newbie

how to clear the screen like cls in windows command prompt
Posted by: contact arekonda
Date: February 14, 2007 10:30PM

hai

what is the command or way to clear the screen in mysql in windows. i tired like

+--------------------+
5 rows in set (0.22 sec)

mysql> use sample;
Database changed
mysql> show tables;
+------------------+
| Tables_in_sample |
+------------------+
| account |
| address |
| good |
| login |
| t |
| t1 |
| videos |
+------------------+
7 rows in set (0.00 sec)

mysql> \c;
ERROR:
No query specified

mysql> \c clear;
mysql>
iam not see change.

would u please suggest the way

Thanks and regards

Rameshbabu

Options: ReplyQuote




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.